h1{
    font-size:3em;
    text-align:center;
    font-family:'Montserrat';
    color:brown;
    
}

body{
    background-color:ivory;
    border:forestgreen;
}

img{
    width:350px;
    height:350px;
    margin:auto;
    display:block;
}