body {
  margin: 0px;
  padding: 0px;
}
html {
  background-image: url(../assets/welcome3.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}
.myContent {
  background-color: rgba(184, 2, 87, 0.4);
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.welcomeHeader {
  color: white;
  margin-top: 12em;
  font-size: 1.5em;
}
.survey {
  color: white;
  margin: 1em;
  font-size: 1em;
  text-align: center;
}
.footer {
  color: white;
  margin: 1em;
  font-size: 0.6em;
  text-align: center;
}
.continueBtn {
  padding: 0.9em 5em;
  background-color: white;
  font-weight: bold;
  border-radius: 1.1em;
  margin-bottom: 3em;
  margin-top: 3em;
  border: none;
}
