

body {
    background-color:Turquoise;
   }
   
   img {
     display: block;
       
      width: 450px;
      height:350px;
      margin-right: auto;
      margin-left: auto;
}


h1{
text-align: center;
font-family:Vladimir Script;
color:yellow;
font-size: 80px;
    font-weight: bold;
  }
