p {
  color: #75372A;
  text-align: center;
}

.note {
	white-space: pre-line;
	text-align: left;
	max-width: 720px;
	margin: auto;
}

.row h1 {
  color: rgb(126, 124, 127);
}

button {
  position: relative;
  border: none;
  display: block;
  padding: 10px 100px 10px 100px;
  border-radius: 99px;
  background-color: #E1091B;
  box-shadow: 0 2px 17px rgb(0 0 0/ 17%);
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 0 auto;
}

.new-line p {
  white-space: pre-line;
  color: #E1091B;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  button {
    font-size: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}