nav {
    top: 5vw;
    right: 5vw;
    position: fixed;
    z-index: 1;
}

#navbar {
    display: none;
}

.link-box {
    display: none;
}

#menu {
    width: 55vw;
    height: 33vh;
    display: none;
    position: fixed;
    background-color: rgba(26, 26, 26, 0.95);
    top: 0;
    right: 0;
}

.side-menu{
    text-decoration: none;
    list-style: none;
    width: 70%;
    position: absolute;
    bottom: 15%;
    left: 20%;
}

.button#button-menu {
    width: 6vh;
    height: 6vh;
}

.link#hide-menu {
    position: absolute;
    top: 5vw;
    right: 5vw;
}