html{background: url("https://files.catbox.moe/45573d.gif");}

essayname{ 
text-align: center;
color: white;
}

main {  border: #ddff00 5px groove;
color: white;
grid-row: 2/3;
grid-column: 3/4;
text-align: justify;
background-color: #0400e6;
padding: 10px;
margin-bottom: 100px;
}

 footer { 
 margin-top: 100px;
border: #ddff00 5px groove;
color: white;
grid-row: 3/4;
grid-column: 3/4;
text-align: left;
background-color: #0400e6;
padding: 10px;
}
