
h1 {
  color: black;
    
  text-align: center;
  text-shadow: -2px 2px rgba(221, 50, 237, 0.2);
}

body {
  background: rgba(253, 227, 255, 0.2);
}
p {
  color: black;
}
h2 {
  font-weight: bold;
}
img {  
  width: 400px;
}