  body {
    margin: 0px;
    font-family: "Anonymous Pro", monospace;
  }

  #header {
    background-color: #FF8210;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  #topbar {
    margin-left: 31.5;
    margin-right: 31.5;
    margin-top: 10;
    margin-bottom: 10;
    height: 135.750;
  }

  #topbar ul {
    font-family: "Anonymous Pro", monospace;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    letter-spacing: 0.06rem;
  }
  
  #topbar li {
    float: left;
  }
  
  #topbar li a {
    display: block;
    color: black;
    text-align: center;
    padding: 45px 16px;
    text-decoration: none;
    font-size: 14.7px
  }

  #active {
    text-decoration: underline !important;
    text-underline-offset: .3rem;
  }
  
  #topbar li a:hover {
    text-decoration: underline !important;
  }

  #logoimg {
    padding-left: 25;
    padding-right: 25;
    padding-top: 5;
    height: 100;
  }

  .video-container {
    text-align: center;
  }

  .video-container video {
    width: 80%;
    object-fit: cover;
  }

  .video-container img {
    width: 60%;
  }

  .input {
    width: 500px;
  }

  .inputtext {
    width: 500px;
    height: 100px;
  }

  .body {
    width: 80%;
    padding-top: 160px;
    margin: auto;
    text-align: justify;
  }

  body {
    background-image: url("logobg.png");
    background-position: center center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-attachment: fixed;
  }

  .imgright {
    float: right;
  }

  .imgright img {
    margin-left: 15px; margin-bottom: 15px;
  }

  .imgleft {
    float: left;
  }

  .imgleft img {
    margin-right: 15px; margin-bottom: 15px;
  }

  .storyimg {
    width: 200px;
  }

  .contactimg {
    width: 400px;
  }

  .button {
    font-family: "Anonymous Pro", monospace;
    padding: 10px;
    background-color: #FF8210;
  }

  @media screen and (max-width: 800px) and (-webkit-device-pixel-ratio: 3) {
    .body {
      width: 95%;
    }

    .storyimg {
      width: 100px;
    }

    .contactimg {
      width: 200px;
    }

    #topbar {
      margin-left: 10;
      margin-right: 10;
      margin-top: 10;
      margin-bottom: 10;
    }

    #topbar li a {
      display: block;
      color: black;
      text-align: center;
      padding: 45px 16px;
      text-decoration: none;
      font-size: 10px
    }

    #logoimg {
      padding-left: 5;
      padding-right: 10;
      padding-top: 5;
      height: 100;
    }

    .input {
      width: 100%;
    }

    .inputtext {
      width: 100%;
      height: 100px;
    }
  }