body {
    background-color: #002060;
    /* #EE7D31 (orange) #002060 dark blue
     #2D75B6 light blue
    this is the root font size in 'rem' in nav ul li below */
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    /* remove all padding, nav has own padding */

}

.centered-container {
    max-width: 1020px;
    margin: 0px auto;
    text-align: center;
}
.intro-box {
    background-color: #002060;
    padding-top: 50px;
    padding-bottom: 50px;
}
.middle-text{
    background-color:white;
    
    color: gray;
    font-size: 1.5rem;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bottom-box {
    background-color: #EE7D31;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
}
a {
    text-decoration: none;
    color: #2D75B6;
}