.gradation-background {
    position: absolute;
    margin: 0;
    height: 100vh;
    width: 15rem;
    left: 0%;
    top: 0%;
    background-image: linear-gradient(to right, black, rgba(255, 0, 0, 0));
}
.footer-font {
    font-size: 1.4rem;
    font-weight: 500;
}
.title {
    position: absolute;
    bottom: 1rem;
    left: 1.3rem;
}
.lang-switcher {
    position: absolute;
    bottom: 1rem;
    right: 1.3rem;
}
.lang-switcher-inactive {
    opacity: 0.6;
}
.center-v {
    margin: 0%;
    position: absolute;

    top: 50%;
    transform: translateY(-50%);
}
.logo-container {
    right: -30vh;
}
.logo {
    width: 90vh;
    height: 90vh;
}
.menu {
    left: 3.5rem;
    font-size: 2rem;
    font-weight: 500;
}
@media screen and (max-height: 430px) {
    .menu {
        font-size: 1.4rem;
    }
    .footer-font {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 430px) {
    .menu {
        left: 2rem;
    }
    .footer-font {
        font-size: 1.1rem;
    }
}
