h1 {
  text-align: center;
  background-color: grey;
  color: red;
}

h2 {
  color: deeppink;
}

h3 {
  color: orange;
}

img {
  box-shadow: 10px 10px 5px black;
}

section {
  background-color: #000;
}

p {
  font-size: 15px;
  color: gray;
}

ul {
  border-style: solid;
  color: gray;
}
