body {
  background-color: black;
}

p, h2 {
  color: white;
}

h2 {
  font-size: 50px;
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.image {
  text-align: center;
}

.image img {
  max-width: 100%;
  height: auto;
}

.main{
    padding: 20px;
}

form .g-recaptcha {
  margin-top: 20px;
}

select {
  border: 1px solid;
  border-radius: 5px;
  width: 900px;
  font-size: 20px;
  background-color: #fff;
}

input[type=submit] {
  background-color: red;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
}
