nav {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 25px;
    padding: 15px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: silver;
    opacity: .8
     }

.nav-link {
  margin-right: 70px;
}
  
  @media (max-width: 250px) {
    body {
      flex-wrap: wrap;
    }
  }
  
  
  @import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
  
  
  h1 {
    font-family: 'Hammersmith One', sans-serif;
    text-align: center;
    font-size: 60px; 
  }
  
  h2 {
    text-align: center;
    font-style: italic;
  }
  
  section {
    font-weight: bold;
    font-size: 25px;
    text-decoration: underline;
    line-height: 50px;
    margin-left: 7%;
  }
  
  p {
    line-height: 30px;
    margin-left: 10%;
  }
  
  #video {
    margin-left: 30%
  }
  