img {
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  font-family: Arial;
  font-size: 12px;
}

h1 {
  margin: 0;
}

h2 {
  text-align: center;
}

h3 {
  text-align: center;
}

input[type="text"] {
  padding: 6px 10px;
  margin: 2px 0;
}

input[type="email"] {
  padding: 6px 10px;
  margin: 2px 0;
}

input[type="submit"] {
  width: 80%;
  background-color: rgb(237, 88, 71);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  max-width: 250px;
}
