

body {
  font-family: 'Spectral', serif;
    color: white;

}

.allcontent{
  margin-top: 200px;
  margin-left: 10%;
  min-width: 400px;
  margin-right: 10%;
}

textarea{
  background: #FFFFFFDD;
  font-family: 'Spectral', serif;
  font-size: 1.2em;
  padding: 10px;
  border-radius: 10px;
}

button {
  background-color: rgb(50,77,105); /* blue */
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  margin-top: 30px;
  font-family: 'Spectral', serif;
}

button:active{
  background-color: rgb(20,47,75); /* blue */
}

.followup{
  font-size: 1.4em;
  margin-top: 20px;
  margin-bottom: 200px;
}

.instructions{
  font-size: 2em;
  margin-bottom: 30px;
}
.yourmessage{
  font-size: 1.4em;
}

.message {
  margin-top: 200px;
  margin-left: 10%;
  width: 40%;
  min-width: 400px;
}

.firstline{
  font-size: 4em;
}

.rest{
  font-size: 2em;
}

/* unvisited link */
a:link {
  color: whitesmoke;
}

/* visited link */
a:visited {
  color: ghostwhite;
}

/* mouse over link */
a:hover {
  color: LightGray;
}

/* selected link */
a:active {
  color: LightGray;
}

.helper{
  margin-top: 100px;
  margin-left: 10%;
  margin-bottom: 100px;
}