@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");


body {
    background-color:whitesmoke;
    font-family: Arial, Helvetica, sans-serif;
}

header {
    background-color: grey ;
    font-family: 'Anton';
    font-size: 200%;
    font-weight:500 ;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: white;
  }

  footer {
    font-size: 50%;
    font-family: 'M PLUS 1 Code', 'Courier New', Courier, monospace;
    text-align: right;
  }
  
h1 {
  color: grey ;
  padding-left: 30px;
}

p {
  padding-left: 50px;
}

.numbers {
    font-size: 100%;
    font-family: 'M PLUS 1 Code', 'Courier New', Courier, monospace;
    text-align: left;
}