.font-blue{
   color: #053064; 
}

.font-blue-2{
   color: #336699; 
}

.font-red{
   color: #CD2F2B; 
}

.font-grey{
   color: #D9D9D9; 
}

.font-white{
   color: #ffffff; 
}

.background-blue{
   background: #053064; 
   color: white;
}

.background-blue-2{
   background: #336699; 
   color: white;
}

.background-red{
   background: #CD2F2B;
   color: white; 
}

.background-grey{
   background: #D9D9D9;
   color: white; 
}

.background-white{
   background: #ffffff;
   color: black; 
}

.button-odysseus{
   background: #053064; 
   color: white;
   padding: 20px;
}

.button-odysseus:hover{
   color: white;
   background: #053064 !important; 
}