
@font-face {
    font-family: 'ITC Garamond Std Light Condensed';
    src: url('fFonts/ITCGaramondStd-LtCond.woff') format('otf'),
         url('Fonts/ITCGaramondStd-LtCond.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: rgb(115, 186, 222);
    font-size: 25px; 
    text-align: center;
    font-family: 'ITC Garamond Std Light Condensed', serif;
 
 }
h1 {
    font-size: 60px;
}
h2{
    font-size: 30px;
}
p {
    color: rgb(0, 8, 240);
    background-color: rgb(44, 180, 204);
    font-size: 20px;
    
}

a {
    color:black;
    font-size: 30px;
    
}