 #box {
     width: 400px;
     height: 400px;
     border: 1px solid black;
 }

 #text {

     text-align: center;
 }
 
body {
 background-color: green
}
 