
@font-face{
    font-family:'blue ocean';
    src: url('BLUE\ OCEAN.ttf') format ('truetype');
}

body {
    font-family: 'Arial', sans-serif;
    color: #c33b01;

  
}


h1,h2 {
    color:rgba(217, 255, 198, 0.784);
    text-align: center;
    text-shadow: 2px 2px 4px #024e76;
    padding-bottom: 150px;
    padding-top: 60px;
    font-family: 'blue ocean',sans-serif;
    font-size:100px;

}

.fixed-bottom {
    width: 100%
 
}


   
