@font-face {
    font-family: 'lazy_studentregular';
    src: url('fonts/lazystudent-regular-webfont.woff2') format('woff2'),
         url('fonts/lazystudent-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'junette_demoregular';
    src: url('fonts/junettedemo-regular-webfont.woff2') format('woff2'),
         url('fonts/junettedemo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ecdddd;
    text-align: center;
}

h1 {
    font-family: "junette_demoregular", Arial, sans-serif;
    font-size: 4.5em;
    margin-bottom: 15px;
    color: #000000;
  }

h2 {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 2.5em;
    margin-bottom: -20px;
    color: #573f3f;
  }

h3 {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 2em;
    margin-bottom: 4px;
    color: #573f3f;
  }

img {   
    display: block;
    margin: auto;
    width: 30%;
    height: 60%;
}

a:link {
    color:#573f3f; 
    text-decoration:none;
    } 
a:hover {
    color:#e47b7b
    }