@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: #41496d;
}

.image1 {
    width: 3em; 
  }

.image-txt-container {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: row;
  }


h1 {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 4.5em;
    margin: 15px;
    color: white;
        text-align: center;
  }

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

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

p {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 4.5em;
    margin: 15px;
    color: white;
    text-align: center;
  }

.map {
    width: 35px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
  }

.links {
  font-family: "lazy_studentregular", Arial, sans-serif;
  font-size: .9em;
  color: white;
  text-align: center;
  }

.pronouns {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 2em;
    margin: 15px;
    color: white;
    text-align: center;
    }

  .text {
    font-family: "lazy_studentregular", Arial, sans-serif;
    font-size: 30px;
    margin: 15px;
    color: white;
    text-align: center;
    text-decoration: none;
  }

  .home {
    text-decoration: none;
  }