body {
    padding: 0;
    margin: 0;
    font-family: trebuchet ms, sans-serif;
}
.main-container {
    display: flex;
    height: 100vh;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(#f7efe2, #f7efe2b3), url(/bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.logo_container img {
    width: 200px;
}
.logo_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
.data_heading {
    color: #051746;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: -.05rem;
    text-align: center;
    margin-bottom: 20px;
    font-family: trebuchet ms;
    max-width: 700px;
}
.data_content {
    text-align: center;
}
.data_cta_button {
	width: auto !important;
    background: linear-gradient(90deg, #FF6233, #FFA750);
    border: 4px solid #051746;
    border-radius: 999px;
    font-family: trebuchet ms;
    font-size: 26px;
    color: #051746;
    padding: 15px 33px 13px;
    text-decoration: none;
}
.data_cta_button:hover {
    background: #051746;
    border-color: #051746;
    color: #fff;
}
.data_cta {
    display: flex;
    justify-content: center;
    gap: 25px;
	margin-top: 25px;
}
.data_cta_button_container {
    display: flex;
}
.container-box {
    padding: 25px;
}