body{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #444;
}
#wrapper{
  font-size: 26px;
  font-family: Arial, Helvetica, sans-serif;
  width: 500px;
  height:940px;
  color: black;
  background-color:aquamarine;
  border: 5px solid black;
  border-radius: 10px;
  margin: 10px;
}
h1 {
  text-align: center;
  padding: 10px;
  font-size: 30px;
  font-weight: bold;
  text-shadow: 2px 2px 2px white;
}
form p {
  display: inline;
  line-height: 60px;
  margin-left: 15px;
}
form input {
  display: inline;
  width: 100px;
  height: 32px;
  font-size: 26px;
  color: blue;
  margin-left: 24px;
  text-align: center;
}
button {
  margin-left: 24px;
  text-align: left;
  font-size: 26px;
  display: inline;
}
#results {
  display: inline-block;
  width: 300px;

  text-align: center;
  margin-top: 20px;
  margin-left: 100px;
  background-color: white;
}
#description, #strengths, #weaknesses, #bestMatch ,#betterAvoid {
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin: 20px;
  text-align: justify;
}
.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

h2{
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}