body {
  background-color: skyblue;

padding-left: 6em;

padding-right: 6em;

width: 85%;
}

h1 {
text-align: center;

font-family: papyrus;

color: blue;
}

h2 {
text-align: center;

font-family: papyrus;

color: #385975;

font-size: 14px;
}

fieldset {
align: center;

padding: 20px;

text-align: center;

width: 75%;

font-size: 18px;

font-family: papyrus;

color: darkblue;

background-color: #819CB5;

border: dotted;
}

p {
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
}

textarea {
        width: 250px;
        height: 40px;
}
