h1
{text-align: center;
background-color:#1ABC9C;
border: solid 5px white;
color:white;
font-family:'Aref Ruqaa Ink',serif;
padding:30px;
text-decoration: underline overline dotted aquamarine;
}

h2
{text-align:left;
background-color: #1ABC9C;
border: double 5px white;
color:white;
font-family: 'Lobster Two', cursive;
padding:30px;
}

li
{text-align: left;
background-color:#1ABC9C;
border:double 5px white;
color:white;
font-family: 'Pinyon Script', cursive;
padding: 15px;
font-size:27px;
}


body
{
    background-color: #D5D5D5;
}

img
{text-align: center;
background-color:#1ABC9C;
border: double 5px white;
padding:30px;
}


.button1:hover {
  background-color: #1ABC9C;
  border: solid 5px white;
  padding: 5px 200px 5px 200px;
  color: white;
  transition-duration: 0.4s;
  cursor: pointer;
}
