body
{
  display: flex;
  font-family: monospace;  
  align-items: center;
  background-image: url("clouds.png");
  min-height: 100vh;
  justify-content: center;
}

.square
{
  background-color: white;
  width: 700px;
  height: 900px;
  border-style: ridge;
}