
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #e2dfd2;
    margin: 0;
    padding: 0;
    transition: background-color 0.3s;
  }

  .topbar {
    background-color:#e2dfd2;
    border-color: #333;
    border-bottom: solid;
    border-width: 3px;
    overflow: hidden;
font-family: "etna-x-condensed", serif;
font-weight: 400;
font-style: normal;
    color: black;
    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: black;
  }
  
  .a1:hover {
      color: antiquewhite;
      scale: 1.01;
      transition: 0.4s;
  }

.imageContainer {
    display: flex;
    justify-content: center;
    margin: 20px;
    align-items: center;
}
.imageContainer img {
    max-width: 30%;
    border: 2px solid #333;
    border-radius: 8px;
}

.n1 {
    font-family: "roc-grotesk", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 30px;
padding-top: 130px;
padding-left: 35px;
padding-right: 30px;
}

.p {
    padding-top: 10px;
    padding-bottom: 20px;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.typing-text {
    overflow: hidden; 
    border-right: 3px solid #000; 
    white-space: nowrap; 
    animation: typing 5s steps(30, end) 1; 
}

@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;
  }

  @keyframes typing {

  }
.typing-text {
    font-size: 20px;

}

  .n1 {
    font-family: "roc-grotesk", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 18px;
padding-top: 130px;
padding-left: 35px;
padding-right: 30px;
}

}

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

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

}


