section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 100%;
}

.card {
    width: 80%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
}

img {
    width: 100%;
}


.custom-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 3%;
    left: 3%;
    width: 11%;
    height: 7%;
    font-weight: 500;
    border-radius: 10px;
}

#s7 {
    height: 70%;
    width: 70%;
}