@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;
}

.center {
    text-align: center;
  }

body {
    background-color: #e3e7e9;
}

h1 {
    font-family: "junette_demoregular", Arial, sans-serif;
    font-size: 4.5em;
    margin-bottom: 15px;
    color: #5f5893;
    text-shadow: 4px 3px #94b3d7;
  }

p {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 1.5em;
    margin-top: 3px;
    color: #5f5893;
  }

.image1 { 
    width: 35em; 
  }

.header {
    font-family: "lazy_studentregular", Arial, sans-serif;
    overflow: hidden;
    padding: 1px 1px;
  }

.header a {
    float: left;
    color: #5f5893;
    text-align: center;
    padding: 22px;
    text-decoration: none;
    font-size: 25px; 
    line-height: 25px;
    border-radius: 14px;
  }

a {
    font-family: "lazy_studentregular", Arial, sans-serif;
    color: #5c6cac;
    font-size: 30px;
    text-decoration: none;
    margin-top: 5px;
  }

.image2 {
  width: 60px; 
  }

.image3 {
  width: 90px; 
  margin-top: 15px;
  }

.image4 {
  width: 100px; 
  }
  
.h1 {
    font-family: "junette_demoregular", Arial, sans-serif;
    font-size: 4.5em;
    color: #5f5893;
    text-shadow: 4px 3px #94b3d7;
    text-align: center;
    padding: 50px;
  }

.tab { 
    text-indent:40px;
    color: #94b3d7;
    font-size: 3ex;
    margin-top: 1px;
    margin-bottom: 0px;
    }

.tab2 { 
    text-indent:80px;
    color: #94b3d7;
    font-size: 3ex;
    margin-top: 1px;
    margin-bottom: 20px;
    }