@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    padding-top: 24px;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.container {
    width: 100%;
    max-width: 1320px;
    padding-inline: 12px;
    margin-inline: auto;
}
.mainContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    & img {
        margin-bottom: 80px;
    }
    & h1 {
        height: 48px;
        font-weight: 700;
        line-height: 62.11px;
        margin-bottom: 58px;
        margin-top: 0;
        font-family: "Lato", sans-serif;
    }
    & p {
        font-size: 28px;
        text-align: center;
        margin-top: 0;
        &:last-child {
            margin-bottom: 0;
        }
    }
    & a {
        font-size: 40px;
        font-weight: 700;
        line-height: 51.76px;
        background: #3d6799;
        color: #fff;
        text-align: center;
        border-radius: 10px;
        margin-top: 92px;
        padding-block: 14px;
        padding-inline: 48px;
        position: relative;
        text-decoration: none;
    }
}