body
{
 font-family: 'Courier New', monospace;
margin-left: 220px;
margin-right: 220px;
background-color: powderblue;
font-size: 18px;
text-align: center;
}

p {
    margin:0;
    padding: 0;
}

.text {
background-color:powderblue;
margin-top: 0px;
margin-bottom: 0px;
}

.opening {
background-color:tomato;
margin-top: 0px;
margin-left: -220px;
margin-right: -220px;
margin-bottom: 20px;
}

.characters{
 background-color:dodgerblue; 
 
}