* {
    box-sizing: border-box;
}

html {
    display: block;
}


img{
    margin: 50px;
    max-width: 30%;
    
}

body{
    background-color: #589468;
}

h1{
    color: #f8faf8;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h2{
    color: #eef1ef;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}