html,
body {
  height: 100%;
  margin: 0;
  font-family: sans-serif;
  background-image: url("https://www.bbh.com/us/en/insights/investor-services-insights/c-suite-asset-manager-survey/_jcr_content/root/container/container/teaser_1574202173.dnaimg.90.1440.jpeg/1619447178652/2021-fi-csuite-survey-banner.jpeg");
}

#wrapper {
  min-height: 90%;
  width: auto;
  margin: 5% 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(#56ab2f, #a8e063);
  justify-content: center;
  border: 3px solid darkblue;
  border-radius: 5%;
}

label {
  margin-top: 1em;
  display: block;
}

.transport {
  margin: 0%;
}

.relationship {
  margin: 0;
}

textarea {
  margin: 1em auto;
  border: 2px solid darkgreen;
  border-radius: 5%;
}

input {
  border: 2px solid darkgreen;
  border-radius: 5%;
}

button {
  background-color: darkblue;
  color: white;
  border: 1px solid darkblue;
  width: 50%;
  border-radius: 5%;
  margin-bottom: 10px;
}

button:hover,
button:focus {
  opacity: 0.7;
}

@media only screen and (max-width: 700px) {
  #wrapper {
    min-height: 100%;
    margin: 0%;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(#56ab2f, #a8e063);
    justify-content: center;
    border: none;
    border-radius: 0%;
  }
}
