body {
    font-family: "Courier New", Courier, monospace;
    border: 5px solid gray;
    /* height: 97vh; */
    border: #000;
  }
  
  .section {
    width: 800px;
    margin: 0 auto;
    padding: 124px 0;
  }
  
  .heading {
    text-align: center;
    text-transform: uppercase;
    line-height: 0.8;
  }
  
  .heading h1 span:first-child,
  .heading h1 span:last-child {
      font-size: 44px;
      font-weight: 100;
  }
  
  .heading h1 span {
      font-size: 80px;
  } 
  
  .navbar {
      padding: 20px 15px;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
  }
  
  .navbar ul {
      width: 100%;
      text-align: center;
  }
  
  .navbar li{
      display: inline-block;
      margin-right: 50px; 
  }
  
  .navbar ul li a{
      font-size: 18px;
      text-decoration: none;
      color: #000;
      transition: all 0.3s;
  }
  
  .images {
      margin: 30px 0;
      text-align: center;


  }
  
  .margin-r {
      margin-right: -10px;
      width: 800px;
      justify-content:center;
  }
  
  .margin-l {
      margin-left: -10px;
  }
  
  .paragraph {
      text-align: center;
  }
  
