

@font-face {
    font-family: 'logo';
    src: url('bobotoh-webfont.eot');
    src: url('bobotoh-webfont.eot?#iefix') format('embedded-opentype'),
         url('bobotoh-webfont.woff2') format('woff2'),
         url('bobotoh-webfont.woff') format('woff'),
         url('bobotoh-webfont.ttf') format('truetype'),
         url('bobotoh-webfont.svg#bobotohregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {font-family: logo;font-size: 100px;color: #1571aa;margin: 20px 0px 10px 0px;text-align: center;


}

* {margin:0;}