body {
  text-align: center;
  background-color: orange;
}
h2 {
  background-color: white;
  color: orangered;
}
p {
    background-color: white;
    color: orangered;
}
iframe {
  background-color: white;
}
button {
  color: orangered;
  background-color: white;
  border: none;
  border-radius: 30px;
  padding: 30px 40px;
  font-size: 20px;
  cursor: pointer;
}
a {
    color:rgb(161, 105, 0);
}
input {
  background-color: white;
  color: orangered;
  border-radius: 30px;
  height: 40px;
  text-align: center
}
::placeholder {
  color: rgba(255, 68, 0, 0.664);
  text-align: center;
}
