h1 {color:red; text-decoration:underline; text-align: center;}
div {
 color: black;
 background-color: purple;
 width: 200px;
 padding: 10px;
  border: solid black 5px;}
h1 {font-family: 'East Sea Dokdo', cursive; font-size: 70px}
p {font-size:30px; color: red; text-align: center;}
body {background-color: black}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;}
h2 {font-size: 20px}
.link {font-size: 25px; text-align:center}
.link:link{color:yellow}
.link:hover{color:purple}
.link:visited{color:pink}