body {
    font-family: "Share Tech", sans-serif;
}

#section-1 {
    height: 75vh;
    background-size: cover;
}

#section-1 h1, #section-1 h2, #section-1 h4 {
    color: black;
}

#section-1 .card {
    box-shadow: 5px 5px 5px #bdbdbd;
    border-radius: 25px;
}

#section-1 .stat-date-text {
    position: relative;
    top: 30px;
    z-index: 1;
    left: 39%;
}

#section-1 .stat-date-text small{
    font-size: 10px;
}


#section-1 .card .card-body {
    padding: 2rem 2rem;
}

#section-1 .interested-card{
    width: 636px;
}


img{
    height: 30px;
}

ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 0px;
}

#section-2{
    background-color: white;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#section-2 .day-card{
    border-radius: 25px;
}

#section-2 .day-card .card-header{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


#section-3{
    background-color: #ebebeb;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}

#section-3 .day-card{
    border-radius: 25px;
}

#section-3 .day-card .card-header{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

#section-4 .row{
    width: 100%;
}

#section-4 .ad-card{
    width: 100%;
}

@media only screen and (max-width: 768px) {
    #section-1 .interested-card{
        width: 100%;
    }   
}