.btn {
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: white;
  background: red;
  border: none;
  border-radius: 5px;
}

