
*{
  font-family: "Lato", sans-serif;
  text-align: center;
}


body {
  background-color: blue;
  color: white;
}
.button {
  font-size: 100%;
}

textarea {
  width: 50%;
  padding: 5px 10px;
  margin: 8px 0;
  box-sizing: border-box;
  font-size: 1em;
}
