 body {
   background-color: grey;
       overflow-x: hidden;
  color: black;
font-family: Courier;
font-size: 20px;
FONT-WEIGHT: BOLD;
}
.hold {
  width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
flex-wrap: wrap;
}
.hold h1 {
  width: 100%;
  text-align: center;
}
.hold p {
  width: 100%;
text-align: left;
padding: 10px;
}