
/*
 * Stylesheet for Fahrenheit to Celcius Calculation tool
 *
 * Greg Buchmann  Oct 16, 2023
 *
 */



h1, p{
  text-align: center;
}

/*ID that centers the validation text*/
#validation {
  text-align: center;
}

p.blocktext {
  margin-left: auto;
  margin-right: auto;
  width: 20em;
  background-color: #add8e6;
  border-radius: 5px;
  padding: 5px;
}


