body{
    margin: 0;
    background-color: #FAFAFA;
  font-family: "Delicious Handrawn", cursive;
  font-weight: 400;
  font-style: normal;
}

.nav-bar{
    position: fixed;
    background-color: #DCDCDC ;
    height: 50px;
    width: 100%;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5vw;
}
.link {
  position: relative;
  text-decoration: none;
  color: black;
  cursor: pointer;
}

.link::after {
  content: "";
  position: absolute;
  bottom: -2px; 
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.3s ease;
}

.link:hover::after {
  width: 100%;
}
.about {
    padding-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    gap: 5vw;
}
.img-wapper img {
    width: 30vw;
    height: auto;
}
.about-text {
    width: 40vw;
}
.about-text p{
    font-size: 2.2vw;
}
@media (max-width: 768px) {
    .about{
        flex-direction: column;

    }
    .img-wapper img {
    width: 90vw;
    height: auto;
    }
    .about-text {
        width: 90vw;
    }
    .about-text p{
        font-size: 7vw;
    }
}
.cp{
    cursor: pointer;
    text-decoration: none;
    width: 14vw;
    height: auto;
    transition: 0.34s ease;
}
.cp:hover{
    filter: brightness(1.4);
    transform: scale(1.1);
}
.usdts{
    display: flex;
    flex-direction: row;
    gap: 1vw;
    justify-content: center;
    background-color: #FAFAFA;
    padding-top: 100px;
}
@media (max-width: 768px) {
    .usdts{
        padding-top: 50px;
    }
    .cp{
    width: 18vw;
    height: auto;
    }
}
.footer{
    background-color: #FAFAFA;
    display: flex;
    padding-top: 35vh;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.link{
    font-size: 5vw;
}
@media (max-width: 768px) {
    .footer{
        flex-direction: column;
        padding-top: 10vh;
        gap: 5vh;
    }
    .link{
        font-size: 17vw;
    }
}
.ca-text{
    cursor: pointer;
    font-size: 3vw;
    color: #2c5b19;
}
.ultra-h{
    color: #2c5b19;
    text-align: center;
    font-size: 3.8vw;
}
@media (max-width: 768px) {
    .ca-text{
        font-size: 5vw;
        margin-top: 50px;
    }
.ultra-h{
    font-size: 8.5vw;
}
}
.ca-text{
  display: block;
   margin: 0 auto;           
  transition: transform .12s ease;  
  transform-origin: center center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; 
  touch-action: manipulation;  
  width: fit-content;
  margin-top: 3vh;
  
}
#copyText:active {
  transform: scale(0.96);          
}

.pee-img{
    width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
@media (max-width: 768px) {
    .pee-img{
    width: 90%;
}
}
