@charset "UTF-8";

body{
    font-family: Merriweather, Georgia, serif;
    background-color: #1E1E1E;
    color: #A0A0A0;
}

.featureTitle{
    font-weight: bold;
    margin-bottom: 20px;
}

.featureDescCell{
    padding: 10px;
}

.featureImageCell{
    text-align: center;
}
.proBadge{
    font-size: 12pt;
    margin-left: 10px;
}

.navButton{
    padding: 10 px;
    margin: 10px;
    text-decoration: none;
}