body
{
  background-color: black;
        display: grid;
        height: 400px;
        max-width: 400px;
        border: 2px solid #000;
}
.box {
  text-align: center;
  width: 100%;
}

h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}

p {
  font-family: times;
  color: white;
  text-align: center;
  font-size: 20px;
  
}