@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic");


body 
{ 
    margin: 0 40px ; 
    background-color: #FFF; font-family: "Source Sans Pro", Helvetica, sans-serif; color:#000;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Source Sans Pro", Helvetica, sans-serif; color: #000080; 
}

h5 {
    margin-left: 20px;
    margin-top:0px;
}

a {
        border-bottom: solid 1px;
        color: #000080; 
        text-decoration: none;
    }

a:hover {
            color:  #4169E1; !important;
        }

a:active {
            color: #4169E1;  !important;
        }

ol li
{
    font-weight: bold;
    margin-top:12px;
}

ol ul li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

footer
    {
        font-weight: bold;
        text-align: right;
        margin-bottom: 25px;
    }


.container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            height: 100vh;
            font-family: Arial, sans-serif;
        }

.color-box {
            width: 150px;
            height: 150px;
            margin: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

