@font-face {
    font-family: 'OCR-A';
    src: url(OCR-A\ Regular.otf);
}


h1{
    background-color: rgba(27, 26, 41, 0.725);
  font-size: 80px;
  text-align: center;
  font-family: 'ocr-a',monospace;
color: rgb(0, 255, 0, 0.876);
}

p{
      font-size: 30px;
    background-color: rgba(27, 26, 41, 0.725);
    font-family: 'ocr-a', monospace;
color: rgba(255, 255, 255, 0.677);
text-align: center;

}

body{
    background-image: -moz-repeating-linear-gradient();
    padding: 10;
    margin: 0
;
}

h2{
    background-color: rgba(27, 26, 41, 0.725);
  font-size: 60px;
  text-align: left;
  font-family: 'ocr-a',monospace;
color: rgb(0, 255, 0, 0.876);
text-align: center;
}

h3{
    font-size: 40px;
  background-color: rgba(27, 26, 41, 0.725);
  font-family: 'ocr-a', monospace;
color: rgba(255, 255, 255, 0.677);
text-align: center;
}

p2{
    font-size: 30px;
  background-color: rgba(27, 26, 41, 0.725);
  font-family: 'ocr-a', monospace;
  text-align: center;
color: rgb(0, 255, 0, 0.876);
}

p3,
label {
    background-color: rgba(27, 26, 41, 0.725);
  font-size: 30px;
    font-family: 'ocr-a',monospace;
    color: rgba(255, 0, 0, 0.876);
}

label2 {
    background-color: rgba(27, 26, 41, 0.725);
    font-size: 30px;
    font-family: 'ocr-a',monospace;
    color: rgba(34, 0, 255, 0.876);
}

label3 {
    background-color: rgba(27, 26, 41, 0.725);
    font-size: 30px;
    font-family: 'ocr-a',monospace;
    color: rgb(0, 255, 0, 0.876);
}



img{
    width: 40%;


}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }


.contain{
    width: 60%;
    margin: auto;
    min-width: 500px;
    max-width: 2000px;

}