@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700);

body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #CCE8DC;
    text-align: center;
}

img{
    width: 212px;
    height: 161px;
}

h1{
    font-family: 'Merriweather', serif;
    font-size: 1.6em;
    color: #D76545;
}