@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');

.michroma-regular {
  font-family: "Michroma", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'OCR';
    src: url('OCRAExtended.eot');
    src: url('OCRAEXT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* styles */  
 
body {
    color: #fff;
    font: 154px  OCR,  sans-serif;
    margin: 0;
    margin-top: 5%;
    height: 100%;
    width: 100%;
    text-align: center; 
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("img/background0.jpg");
}

section {
    display: block;
}

h1 {
    font-size: 20px;
    margin: 10px 0;
}

.small {   
    color: #fff;
    font: 34px sans-serif;
}

p {
    margin: 10px 0;
}

ul {
    margin: 0;
    padding: 0;
}
 