body {
  background: #000000;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
  color: #f60000;
  text-shadow: -2px 2px #ffdf10;
  text-align: center;
}

h2 {
  text-shadow: -2px 2px #0000ce; 
  text-decoration: underline; 
  color: #106aff
}

p {
  font-family: sans-serif;
  color: #ffffff;
}

h3 {
  text-shadow: -2px 2px #b00061; 
  text-decoration: underline; 
  color: #08fb08; 

}

h4 {
  color: #fff000;
}

ul {
  color: #3bf0ff;
}

img {
  width: 200px;
  border-width: 5px; 
  border-color: #ffffff;
  border-radius: 10px; 
  border-style: dashed;
}