.atcBtn {
    background: white;
    color: #000;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 700;
    border: 1.9px solid #000;
    box-shadow: 5px 6px 0px 0px #1a1a1a;
    font-size: 16px;
    cursor: pointer;
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;



}

.atcBtn:active {
    box-shadow: 2px 2px 0px 0px #1a1a1a;
    transform: translate(4px, 4px);
    font-family: "Bungee", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logoName {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
    letter-spacing: -0.04em;
    color: rgb(16, 175, 129);
    text-shadow:
        3px 2px 0 #000000;
    font-size: 29px;
    transform: skewX(-12deg);
}
.toph1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
    letter-spacing: .5px;
    text-transform: uppercase;
}
#price {
    font-size: larger;
    font-weight: 900;
}
#address {
    font-family: "poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
#cartSummary {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
}
.FNAME {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 30px;
}
.ss {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}