p{
  margin: 0px;
}

.nav-right-posthome{
  display: flex;
  align-items: center;
  gap: 24px;
}

.share-container{
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-text{
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 200;
  height: 20px;
  cursor: pointer;
}


.main-content-container-transition{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.response-icon-set{
  display: flex;
  gap: 8px;
}

.transition-main-sub-container{
  background-color: rgb(37, 22, 26);
  padding: 40px 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
  border-radius: 8px;
  border: 2px rgb(239, 67, 67) solid;
}

@media (max-width: 850px) {
  .transition-main-sub-container{
    padding: 40px 80px;
  }
}

@media (max-width: 700px) {
  .transition-main-sub-container {
    padding: 40px 40px;
  }
}

.error-title{
  color: rgb(239, 67, 67);
  font-size: 28px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.error-discription{
  color: white;
  font-size: 18px;
  font-weight: 300;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.error-div{
  display: flex;
  justify-content: center;
}

.error-button{
  width: 400px;
  height: 40px;
  border: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  background-color: rgb(239, 67, 67);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.error-title-two{
  color: rgb(246, 47, 0);
  font-size: 28px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.error-button-two{
  width: 400px;
  height: 40px;
  border: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: white;
  background-color: rgb(246, 47, 0);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.transition-main-sub-container-two{
  background-color: rgb(37, 22, 26);
  padding: 40px 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
  border-radius: 8px;
  border: 2px rgb(246, 47, 0) solid;
}

@media (max-width: 950px) {
  .transition-main-sub-container-two{
    padding: 40px 80px;
  }
}

@media (max-width: 800px) {
  .transition-main-sub-container-two{
    padding: 40px 40px;
  }
}


.error-discription-three{
  max-width: 600px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  font-family: monospace;
  text-align: center;
}

.chosen-text{
  font-size: 22px;
  font-weight: 600;
  font-family: monospace;
  color: rgb(255, 59, 0);
  text-align: center;
}

.left-nav-bar-container-transition{
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0px;
  width: 56px;
  padding-bottom: 8px;
  padding-top: 8px;
  background-color: rgb(29, 19, 20);
}

.main-content-container-transition-three{
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: rgb(29, 19, 20);
}

.transition-main-sub-container-three{
  background-color: rgb(52, 24, 16);
  padding: 40px 140px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
  border-radius: 8px;
  border: 2px rgb(255, 59, 0) solid;
}

@media (max-width: 950px) {
  .transition-main-sub-container-three{
    padding: 40px 80px;
  }
}

@media (max-width: 800px) {
  .transition-main-sub-container-three{
    padding: 40px 40px;
  }
}

@media (max-width: 700px) {
  .transition-main-sub-container-three{
    padding: 20px 40px;
  }
}

.error-button-three{
  width: 400px;
  height: 50px;
  border: none;
  font-family: monospace;
  color: white;
  background-color: rgb(255, 59, 0);
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}


.error-title-three{
  color: rgb(255, 59, 0);
  font-size: 28px;
  font-weight: 500;
  font-family: monospace;
}


.error-line{
  height: 12px;
  width: 260px;
  border: none;
  border-radius: 12px;
  background-color: rgb(255, 59, 0);
}

.error-title-four{
  color: rgb(255, 59, 0);
  font-size: 64px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* main page styles */

.main-page-content-container{
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgb(14, 16, 21);
}

.main-page-sub-container{
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-left: 16px;
  padding-right: 16px;
}


/* .left-nav-bar-container-main{
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: fixed;
  left: 0px;
  top: 0;
  bottom: 0px;
  width: 56px;
  padding-bottom: 8px;
  padding-top: 8px;
  background-color: rgb(14, 16, 21);
} */

.main-page-top{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.main-page-title{
  color: white;
  font-size: 32px;
  font-weight: 500;
  font-family: monospace;
}

.main-page-subtitle{
  color: rgb(192, 192, 192);
  font-size: 18px;
  font-weight: 400;
  font-family: monospace;
}

.info-container{
  background-color: rgb(34, 27, 33);
  display: flex;
  flex-direction: column;
  max-width: 800px;
  padding: 24px 24px;
  gap: 24px;
  border-radius: 16px;
  border: 2px solid rgb(87, 38, 43);
}

.info-head{
  display: flex;
  justify-content: space-between;

}

.info-middle{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}

.email-pill{
  background-color: rgb(239, 67, 67);
  color: white;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 16px;
  font-family: monospace;
}

.info-date{
  color: white;
  font-family: monospace;
  font-size: 12px;
}

.info-details{
  color: white;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.info-middle-span{
  color: rgb(213, 213, 213);
}

.info-bottom{
  background-color: rgb(26, 30, 38);
  padding: 24px 32px;
  border-left: 4px solid rgb(239, 67, 67);
}

.info-description{
  color: white;
  font-size: 14px;
  font-family: monospace;
}

.main-page-boxes{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.main-page-share{
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.share-title{
  color: white;
  font-family: monospace;
  font-size: 24px;
  font-weight: 500;
}

.share-button{
  color: white;
  font-family: monospace;
  font-size: 18px;
  font-weight: 500;
  background-color: rgb(239, 67, 67);
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}