body {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
.main-container {
    display: flex;
    height: 100vh;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo_container img {
    width: 200px;
}
.logo_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}
.data_heading {
    color: #1C1B1B;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: -.05rem;
    text-align: center;
    margin-bottom: 20px;
}
.data_content {
    text-align: center;
}
.data_cta_button {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.05rem;
    padding: 15px 30px;
    color: #fef7ee;
    transition: all 0.2s;
    background-color: #163317;
    border-radius: 90px;
}
.data_cta_button:hover {
    background-color: #000;
}
.data_cta {
    display: flex;
    justify-content: center;
    gap: 25px;
	margin-top: 25px;
}
.data_cta_button_container {
    display: flex;
}
.container-box {
    padding: 25px;
}