html {
   background-image: url("background.jpg");
   background-position: center;
   color: white;
}
body {
   background: hsla(165, 0%, 70.3%, .5);
   border-radius: 15px;
   text-align: center;
   margin-right: 15%;
   margin-left: 15%;
   padding-right: 15%;
   padding-left: 15%;
}
p {
   text-align: left;
}
ul {
   text-align: left;
}
img {
   height: 50px;
}
