body {
    font-family: Arial, Helvetica, sans-serif;
    background: #333;
    margin: 0;
    padding: 0;
  
  
  }
  
  .body2 {
    font-family: Arial, Helvetica, sans-serif;
    background: black;
    margin: 0;
    padding: 0;
  
  }
  
  .topbar {
    background-color: #e2dfd2;
    border-color: #e2dfd2;
    border-bottom: solid;
    border-width: 3px;
    overflow: hidden;
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 85px;
    padding-top: 0px;
    padding-left: 30px;
    width: 100%;
    height: 123px;
    position: fixed;
    z-index: 2;
  }
  
  .a1 {
    position: fixed;
    padding-left: 1380px;
    padding-top: 30px;
    z-index: 10;
    font-size: 45px;
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
  }
  
  .a1:hover {
    color: #993d3d;
    scale: 1.01;
    transition: 0.4s;
  }
  
  .pic1 {
  
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    z-index: 2;
  }
  
  .h2 {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #e2dfd2;
    font-size: 23px;
    padding-top: 140px;
    padding-left: 35px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
  
  .h21 {
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #e2dfd2;
    font-size: 22px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 45px;
    padding-bottom: 20px;
  }
  
  .h11 {
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    color: #e2dfd2;
    font-size: 40px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 45px;
    padding-bottom: 20px;
    text-align: center;
  }
  
  #communityContainer {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 12px;
    background-color: #e2dfd2;
  }
  
  #storyInput {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .userStory {
    border: 1px solid #333;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  
  .h10 {
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 35px;
  }
  
  .h9 {
    padding-top: 10px;
  }
  
  .button2 {
    padding-bottom: 10px;
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
  }
  
  .shutter {
    left: 20px;
  }
  
  @media (min-width: 500px) {
    .shutter {
      left: 1340px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    
    .topbar {
      font-size: 45px;
      height: 73px;
  }

  .a1 {
    padding-left:480px;
    z-index: 10;
    font-size: 30px;
    top: 2;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1400px) {

    .topbar {
      font-size: 85px;
      height: 123px;
  }

}