body, html {
    height: 100%;
    margin: 0;
  }
  
  .bgimg {
    background-image: url('logo-1.png');
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
  }
  .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .section1 {
      width: 100%;
      background-color: white;
      color: black;
      text-align: center;
      padding-bottom: 20rem;
      margin-top: 20rem;
  }
  h1 {
      font-size: 7rem;
  }
  .section1 p {
      font-family: monospace, Cambria, Cochin, Georgia, Times, 'Times New Roman', serif, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif,Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 2rem;
  }