
.navbarshort {
display: flex;
margin-right: 8px;

i {
font-size: 3em;
}

a:hover {
border-bottom: 0 solid transparent;
}

.navbarshortlinks {
font-size: 1em;
}
}

.navbarshortlinks {
position: absolute;
top: 120px;
right: 0;
background-color: #5c92b5;
z-index: 999999999;
width: auto;
text-align: left;

a {
display: block;
font-size: 17px;
font-weight: 500;
text-decoration: none;
padding: 16px 8px;
border-bottom: 1px solid #fff;
}
}