body {
    margin-top: 5px;
}

nav {
    text-align: center;
}

nav > ul {
    list-style-type: none;
}

nav > ul > li {
    text-align: center;
    margin-left: 5px;
}

footer {
    margin-top:40px;
}

h1 {
    color:darkblue;
    text-align: center;
}

h2 {
    color: darkslateblue;
}

h3{
    color: darkslateblue;
}

h4 {
    color: blue;
    font-style: italic;
    font-weight: bold;
}

a:hover {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding: 6px;
    color: red;
}


.blockHeader {
    color:darkred;
    text-align: center;
}
#cmpHeader {
    background-color: lightsteelblue;
    padding-bottom: 10px;
}

#cmpFooter > hr {
    width:"620px";
    color:"navy";
    text-align: center;
}

.copyright {
    font-size: 12px;
    margin-top: 8px;
}

 .benefit {
    list-style-type:none;
    margin-bottom: 5px;
}

.bg-primary {
    background-color: cornflowerblue;
}

.cardBackground {
    background-color:rgb(241, 241, 197);
}

.card-footer {
    text-align: center;
}

.card {
    margin-bottom: 10px;
}

.headerCol {
    text-align: center;
}

.cmpNameHeader {
    font-size: 80px;
    color: navy;
    text-shadow: 5px 5px 5px gray;
    margin-top: 30px;
}