@font-face {
    font-family: 'h1font';
    src: url('assets/fonts/h1.woff2') format('woff2'),
         url('assets/fonts/h1.woff') format('woff'),
         url('assets/fonts/h1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'h2font';
    src: url(assets/fonts/h2.ttf);
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-size: 40px;
    font-family: 'h1font';
    font-weight: normal;
    color: #333333;
    text-align: center;
}
h2 {
    font-size: 60px;
    font-family: 'h2font';
    font-weight: normal;
    color: #333333;
    text-align: center;
}
body {
    background-color: #f0f0f0;
    font-family: Courier, sans-serif;
    margin: 70px;
    text-align: center;
}
footer {
    font-size: 12px;
    color: #777777;
    text-align: center;
    margin-top: 50px;
}
ol {
    width: 500px;
    margin: 0 auto;
    list-style-position: inside; 
    text-align: left;        
    padding-left: 0;
    margin-bottom: 20px;
}
