body{
    padding-top: 1in;
    text-align: center;
    background-image: url('https://files.catbox.moe/6j0zcx.png');
    background-size: 1080px;;

}
p{
    /* margin: 1rem; */
    text-align: start;
    padding: 20px;
    line-height: 1.5rem;
}
section {
    padding: 50px;
    background-color: #404040;
    background-size: contain;
}

img{
    border: .25in solid #404040;
    align-content: center;
    height: 250px;
    width: auto;
    box-shadow: 1in;
}
footer{
  color:white;
}
div{
  font-size: 1rem;
}
li{
  text-align: start;
}