body {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 24px;
}
h3, h4, h5, h6 {
    font-size: 20px;
}
p {
    font-size: 18px;
    line-height: 1.5;
}
figcaption {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.larger-text {
    font-size: 115%;
}
.smaller-text {
    font-size: 85%;
}
img {
    width: 100%;
}
.center-text {
    text-align: center;
}
.blue-button {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #080c1f;
    border-radius: 15px;
    padding: 10px 20px;
}
.white-button {
    display: inline-block;
    color: #080c1f;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px 20px;
}
.container-wrapper {
    display: flex;
    flex-flow: column wrap;
}
.container-1 {
    padding: 50px 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    color: #0a0d22;
    background-image: url("images/container-1-bg.jpg");
    background-color: #ffffff;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-1 a {
    color: #0a0d22;
    text-decoration: none;
}
.container-1 a:hover {
    text-decoration: underline;
}
.container-2 {
    padding: 50px 0 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    color: #ffffff;
    background-image: url("images/container-2-bg.jpg");
    background-color: #0c102e;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.container-2 a {
    color: #ffffff;
    text-decoration: none;
}
.container-2 a:hover {
    text-decoration: underline;
}
.container-3 {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    text-align: center;
    gap: 60px;
    margin: 80px 10px 80px;
}
p.footer {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 10px 10px;
}
p.footer span {
    margin: 0 10px 10px;
    display: block;
    text-align: center;
}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1200px) {
    body {
        font-size: 26px;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 36px;
    }
    h3, h4, h5, h6 {
        font-size: 30px;
    }
    p {
        font-size: 26px;
        line-height: 1.8;
    }
    .container-wrapper {
        display: flex;
        flex-flow: row nowrap;
    }
    .container-1 {
        padding: 20px 0 113px;
        width: 43.17708333333333%;
        min-height: calc(100vh - 133px);
        background-position: right bottom;
    }
    .container-2 {
        padding: 100px 0 0;
        width: 56.82291666666667%;
        min-height: calc(100vh - 100px);
        background-position: left bottom;
    }
    .container-3 {
        flex-flow: row nowrap;
        gap: 30px;
    }
    p.footer span {
        margin: 0 10px;
        display: inline-block;
    }
}