body {
  background-color: whitesmoke;
}

.buttonResize {
  background-color: white;
  color: red;
  border: none;
  width: 30%;
  border: 2px solid red;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.buttonResize:hover {
  background-color: red;
  color: white;
  cursor: pointer;
  font-size: 20px;
  margin: 1rem;
}
