html{
  background-color: #27A7DB;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
  font-weight: bold;
}

#mailingListSection{
  display: flex;
  flex-direction: column;
  width: 500px;

}

.mailinglistinput{
  display: flex;
  flex-direction: column;
}

.input{
  border: none;
  border-radius: 10px;
  height: 25px;
  margin-bottom: 20px;
  padding-left: 10px; 
}

button{
  margin-top: 50px;
  height: 40px;
  width: 140px;
  border: none;
  border-radius: 10px;
  background-color:#FFBD59;
  box-shadow: 10px 10px 20px black;
  color: white;
}

button:hover{
  cursor: pointer;
}
