body{
    padding: 2rem;
    font-size: 16px;
    color: white;
    font-family: 'Karla', sans-serif;
    background-color: hsl(204, 43%, 93%);
    font-weight: 400;
}

.container{
    border-radius: 10px;
    box-shadow: 2px 4px transparent;
    background-color: white;
    margin-top: 50px;
    
}

section{
    padding: 2.5rem !important;
}

 .community .h3{
     color: hsl(179, 62%, 43%);;
 }

 .h5{
     color: hsl(71, 73%, 54%);
     font-weight:700;
     }

 .intro{
     color: lightslategray;
     
 }

 .subscription{
     background-color: hsl(179, 62%, 43%);
     border-bottom-left-radius: 10px;
 }
 .btn{
     background-color: hsl(71, 73%, 54%);
     color: white;
     font-weight: 700;
     padding: 10px 0 10px 0;
     cursor: pointer;

 }

 .dollar{
     font-size: 25px;
     font-weight: bolder;
 }

 .month{
     color: lightgray;
 }

 .whyus{
     background-color: #59cec3;
     border-bottom-right-radius: 10px;
 }

.list{
    list-style: none;
    padding-left: 0;    
    color: lightgray;
}

.h3{
    font-weight: 700;
}

footer{
    padding-top: 20px;
    text-align: center;
    color: grey;
}

@media (min-width: 768px) { 
    .container{
        width: 50%;
    }
}