h{
    background-color:  #0A2240;
    font-size: 24px;
    color:  #3DB5E6;
    display: block;
    text-align: center;
    padding: 100px 15px 0px;
   
}
 a{
    color: #3DB5E6;
    text-decoration: none;
 }
 a:hover{
    color: red;
    text-decoration: underline;
    text-underline-offset: 0.3em;
 }

 .footer{
    height: 200px;
    background-color: #0A2240;
 }

 p{
   color: #C8C8C8;
   text-align: center;
   font-size: 22px;
 }

 .app{
   color: #C8C8C8;
 }
