body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #111010f2;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
}
header {
    margin-top: 20px;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(17, 17, 17, 0.90);
    max-width: 100%;
    margin: 10px;
}
.frosted-glass {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 100%;
    margin: 10px;
}
.social{
    display: inline-flex;
    width: 100%;
    margin: auto;
    justify-content: end;
    padding-right: 10px;
}
.social a{
    padding: 10px;
}

.menu{
    overflow-x: visible;
}
.menu :hover{
    overflow: auto;
}
/* Small devices (tablets, 600px and down) */
@media only screen and (max-width: 600px) {
    .social img {
        width: 30px;
        height: 30px;
    }
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
    .social img {
        width: 35px;
        height: 35px;
    }
}

/* Large devices (laptops/desktops, 992px and down) */
@media only screen and (max-width: 992px) {
    .social img {
        width: 40px;
        height: 40px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and down) */
@media only screen and (max-width: 1200px) {
    .social img {
        width: 45px;
        height: 45px;
    }
}

.topnav{
    display: inline-flex;
    width: 100%;
}

