@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

.headline {
    font-family: "Luckiest Guy",cursive;
    font-size: 1.5em;
    text-align: center;
}

.promo {
    color: red;
    font-size: 1.25em;
}

article .title {
    display: block;
}

body {
    background: -moz-linear-gradient(bottom, #002259ff 0px, #002259ff 100px, #f5f5f5 1000px);
	background: -webkit-linear-gradient(bottom, #002259ff 0px,#002259ff 100px, #f5f5f5 1000px);
	background: linear-gradient(to bottom, #002259ff 0px, #002259ff 100px, #f5f5f5 1000px);
}

.pricingHeader {
    color: #fff !important;
}

.featurelist {
    list-style: none;
    text-align: left;
}

.featurelist li {
    padding-left: 0px;
}

.featurelist  li:before {
    color: green;
    font-weight: bolder;
    content: '✓ ';
}

.price {
    color: #002259;
    min-height: 120px;
}

.cents  {
    font-size: 1.5em;
    margin-left: -3px;
}

.dollars {
    font-size: 3em;
}

.finePrint {
    margin-top: -15px;
    font-size: 0.75em;
}

.col2 {
    width: 49%;
    display: inline-grid;
}

.col2 h3 {
    margin-bottom: 0px;
}
.col2 p {
    margin-bottom: 5px;
}

.center {
    text-align: center;
}

.mid {
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 1280px) {
    .center {
        text-align: center;
        margin: auto;
    }
    
    .mid {
        width: 60%;
    }    
}

@media screen and (max-width: 960px) {
    .center {
        text-align: center;
        margin: auto;
    }
    
    .mid {
        width: 70%;
        
    }    
}

@media screen and (max-width: 480px) {
    .center {
        text-align: center;
        margin: auto;
    }
    
    .mid {
        width: 80%;
    }    
}
