.landing-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;

    justify-content: center;
    align-items: center;
}