body{
  background-color:#293b5f;
}
img{
  position: relative;
    max-height:30% ;max-width:30%;
    left:36%;
  top:100%;
  
}
h1{
    text-align: center;
    font-family: fantasy;
    color: white;
    text-shadow: 2px 2px 2px black;
    
}
button{
    display: inline-block;
    width:30%;
    position:relative;
    left:36%;
    background-color:yellow;
    border:2px solid yellowgreen;
    padding: 16px 25px 16px 25px;
}
a{
color: black;
text-decoration: none;
font-family:fantasy;
font-weight: bolder;
font-size: 2rem;


}
button:hover{
    background-color:gold;
}
