html {
  background: #ffadd3;
}
body {
  text-align: center;
}
h1 {
  color: #96247c;
  border: dotted white;
  text-decoration: underline;
  font-size: 70px;
}
ul {
  list-style-type: none;
}
img {
  height: 30%;
  width: 25%;
  border: 10px solid white;
}
h2 {
  color:#96247c;
  border: dashed #75093b;
  text-decoration: underline;
}
