html {
    margin: 0; 
    height: 100%; 
    background: white;
} 

body {
    position: relative; 
    min-height: 100%;
    padding: 0;
    margin: 0 auto;
}

.section-title {
    color: #538848;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    padding-top: 35px;
}

.section-titles {
    color: white;
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 50px;
}

#product-overview h1 {
    font-family: "Bebas Neue", serif;
    font-weight: 400;
    font-style: normal;
    color: rgb(255, 255, 255);
    font-size: 34px;
    position: absolute;
    bottom: 1120px;
    left: 3%;
}

.plan__list {
    width: 90%;
    margin: auto;
    text-align: center;
}

.plan {
    background: #72bb72;
    text-align: center;
    padding: 16px;
    margin: 8px;
    display: inline-block;
    width: 31%;
    vertical-align: middle;
}

.plan--highlighted {
    background: #448d44;
    color: white;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.plan__annotation {
    background: white;
    color: #53ac53;
    padding: 8px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.plan__title {
    color: #0e4f1f;
}

.plan__price {
    color: #ffffff;
}

.plan--highlighted .plan__price {
    color: #0e4f1f;
}

.plan--highlighted .plan__title {
    color: white;
}

.plan__features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan__feature {
    margin: 8px 0px;
}

#key-features {
    background: #ff1b68;
    margin-top: 135px;
    padding: 16px;
}

#key-features .section-title {
    color: white;
    margin-bottom: 15px;
}

.key-feature__list {
    list-style: none;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

.key-feature {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}

.key-feature__description {
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
    margin-bottom: 30px;
}