body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: #000000;
}

.card {
    max-width: 750px;
    border-radius: 25px;
    overflow: hidden;
    margin: 50px auto;
}

.sectionOne {
    background-color: #4e6a6d;
    color: white;
    padding: 40px;
    text-align: center;
}

.sectionTwo {
    background-color: #e5f3ec;
    padding: 40px;
    text-align: center;
}

.sectionTwo img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}