body {
    width: 100%;          
    height: 100%;
    margin: 0px;
}

.index {
    width: 100%;          
    height: 85vh;
    margin: 0px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.5;
}

.languageBox {
    width: 240px;          
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 3;
}

.languageButton {
    width: 50px;
    margin-top: 15px;
    margin-left: 20px;
    font-weight: bold;
}

.login {
    width: 22%;          
    height: 300px;
    position: relative;
    z-index: 2;
    text-align: center;
    flex-direction: column;
}

.buttons_box {
    width: 44%;          
    height: 460px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.buttons_box button:hover {
    background-color: blue;
}

.buttonStyle {
    width: 80%;
    height: 60px;
    background-color: transparent;
    border: 1px solid black;
    color: black;
    font-size: larger;
    font-weight: bold;
    background-color: rgba(0, 0, 135, 0.2);
}

p {
    text-align: center;
    margin: 0px;
}

.footer {
    background-color: rgba(0,0,0,0.1);
    position: relative;
    z-index: 2;
}