 
  
  @font-face {
    font-family: "Monument Grotesk";
    src: url("MonumentGrotesk-Medium.woff") format("woff"), url("MonumentGrotesk-Medium.otf") format("opentype");
  }

  body { 
font-family: 'Monument Grotesk', sans-serif;    
text-align: left;
    color: blue;
    background-color: #EAE8E7;
    width: 850px;
    margin: 10px 50px;
    padding: 20px 20px 20px 20px;
    border: none;
  }
  h1 {
    font-size: 50px;
    font-weight: 900;
}

.Intro {
    font-size: 23px;
    font-weight: 350; 
}

.Contact { 
    font-size: 23px;
    font-weight: 350; 
}

a {
    color: blue;
}
a:link {
    text-decoration: none;
    color: blue;
    font-size: 23px;
    font-weight: 350; 
  }
  
  