body {
  background: #e8e8e8;
}

input {
  height: 35px;
  font-size: 20px;
}

button {
  height: 35px;
  padding: 10px 20px;
  border: none;
  outline: none;
  background: #ff665a;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

button:hover {
  opacity: 0.7;
}