 <style>
body {
  background-color: lightgreen;
}

@media only screen and (max-width: 1200px) {
  body {
    background-color: rgb(100, 148, 85);
  }
  body {
    font-size: 64px; /* That is your text's default font size. Here i chose 12px */
}
  p.site-title {
  font-size: 76px;
  }
  
  p {
  font-size: 64px;
  }
  
    h1 {
  font-size: 76px;
    text-align: center;
}

table {
  font-size: 42px;  
}

input {
  width: 75%;
    padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
    font-size: 42px;    
}

}
</style>