a#logout {
height:35px;
width: 120px;
top: 100%;
left: 95%;
position: absolute;
transform: translate(-30%, -50%);
font-size: 20px;
cursor: pointer;
font-family: elephant;
color: brown;
background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
border-radius: 10px;
text-align: center;
text-decoration: none50