p {
  text-align: center;
}
body {
  background-color: #e2e9ec;
}
h2 {
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  margin-top: -140px;
}

p {
  margin: auto;
  width: 40%;
  border: 3px solid black;
  padding-top: 10px;
}
@media (max-width: 650px) {
  body {
    overflow-x: hidden;
  }
  h2 {
    margin-top: 0;
  }
}
