.page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.page-container-light {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #fff url("../../assets/images/m-search-signup-background.png");
    background-size: 1920px 1080px;
}

.footer-links {
    display: flex;
    column-gap: 24px;
    margin-top: 24px;
}

.footer-links__link {
    font-family: "Roboto Thin", "Roboto", sans-serif;
    font-weight: 250;
    color: #b8bcc1d9;
    text-decoration: none;
    font-size: 14px;
}
