body {background-color: beige;}

h1 {color: beige;
   font-family: Arial;
   font-size: 50px;
   text-align: center;
   background-color: black;
   border-width: 10px;
   border-style: solid;
border-color: purple;}

p{color: blue;
  font-family: consolas;
  font-size: 25px;
  text-align: justify;
}
ul{font-family: ARIAL;
   font-size: 30px;
color: purple;}

img {padding-left: 20px;}