  body {
    font-family: "Times New Roman";
    font-size: 14px;
    color: maroon;
    backround-color: #fff;
}

h1 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: "Arial black", sans-serif;
}

h2 {
    font-size: 1.5em;
    color: white;
    background: white
  url(https://i.pinimg.com/1200x/73/17/fc/7317fcec1f57abf8b824080544ecc205.jpg) no-repeat;
    background-position: center;
    margin: 2px 2px 2px 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    padding-left: 30px;
    letter-spacing: 0.25em;
    word-spacing: 2em;
    line-height: 1.5;
    text-transform: capitalize;
    
}

a {
    text-decoration: none;
}

strong {
    font-style: italic;
    text-transform: uppercase;
}

p {
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;
    margin: 40px auto;
    max-width: 600px;
}

li {
  font-style: italic;
}

a: link {
  color: blue;
}

a: visited {
  color: purple;
}

a: active {
  color: magenta;
}

a: hover {
  text-decoration: none;
  color: purple;
}

