@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap');




body {
    background-color: #37517e;
    font-family: 'Inter', sans-serif;
    padding-top: 100px;
}

h1 {
    font-size: 48px;
    line-height: 56px;
    color: #fff;
    font-weight: 700;
}
h2 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.625;
}

.text-center {
    text-align: center;
}

.CTA {
    text-align: right;
    padding-top: 25px;
}

button {
    color: #FFFFFF;
}

.test {
    border: 1px solid #000;
}


img {
    max-width: 100%;
}

/* Adjustments for the bottom section */
.bottom-section {
    position: fixed;
    bottom: 10px;
    width: 100%;
    padding: 20px; /* Add padding or adjust as needed */
    box-sizing: border-box;
    opacity: 0.5;
}

a { color: #FFFFFF; }
a:hover { color: #FFFFFF}
a:visited { color: #FFFFFF}


