body {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url("../Images/background.JPEG") no-repeat center center fixed;
    background-size: cover;
}

#title {
    font-size: 8vw;
    text-align: center;
    padding-top: 5vh;
    height: 95vh;
    color:white;
    letter-spacing: 0.163em;
    font-weight: 500;
    font-style: normal;
}
#construction {
    padding-top: 40vh;
    background-color: #040030ef;
    height : 80vh;
    color : white;
    text-align: center;;
    font-size: 2vw;
    letter-spacing: 0.163em;
    font-weight: 500;
    font-style: normal;
}
#arrow {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8vh;
    color: white;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 10;
}
#bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7vh;
    text-align : left;
    background-color: #040020ef;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 10;
    color : white;
    font-size: 4vh;
    padding-left: 3vw;
    padding-top: 1.5vh;
}
#menu {
    position: fixed;
    top: 1.5vh;
    right: 0;
    width: 7vh;
    height: 4vh;
    text-align : center;
    cursor: pointer;
}
#menu-bar {
    position: fixed;
    top: 7vh;
    right: 2vh;
    padding: 2vh;
    width: auto;
    height: auto;
    text-align : center;
    background-color: #020010ca;
    opacity: 1;
    transition: display 0.5s ease;
    z-index: 11;
    color : white;
    font-size: 3vh;
    display: none;
    border-radius: 2vh;
}
.menu-item {
    cursor: pointer;
}
#languages {
    display: inline-block;
    align-self: center;
    cursor: pointer;
    font-size: 3vh;
    margin-top: 1vh;
    background-color: #080050ff;
    padding : 0.5vh 1vh 0.5vh 2vh;
    border-radius: 2vh;
}
#languages_menu {
    position: fixed;
    top: 20vh;
    right: 5vw;
    background-color: #020010ca;
    padding: 2vh;
    border-radius: 2vh;
    display : none;
    z-index: 12;
}
