img{
  width: 530px;
  border-style: dashed;
  border-color: fuchsia;
  border-width: 10px;
  border-radius: 50pxx
}



body{
background-color: rgba(42, 189, 3, 0.32);
  
}
p{
  text-align:left;
  font-family: times new roman;
  font-size: 21px;
  color: white;
}
h1{
    text-align: middle;
    font-family: times new roman;
    font-size: 32px;
    color:red
  }
h2{
  text-align: left;
  font-family: times new roman;
  font-size: 30;
    color:blue;
}

