  /* you can change this */
  
  body {
      font-family: 'Nunito Sans', sans-serif;
  }
  
  p {
      font-weight: 200;
      font-size: 1.3rem;
  }
  
  nav a {
      transition: 0.3s linear;
  }
  
  nav a:hover {
      font-weight: 700;
      color: #660000 !important;
  }