body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
    overflow-x: hidden;
}

.header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
}

.cart a {
    text-decoration: none;
    font-size: 18px;
    color: black;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.shop-now {
    padding: 20px 40px;
    font-size: 24px;
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
}

.reviews {
    display: flex;
    justify-content: space-around;
    margin: 100px 20px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.review {
    font-size: 18px;
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.typing-animation {
    border-right: .1em solid white;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(30, end), blink-caret .5s step-end infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; }
}

.background-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.dot {
    position: absolute;
    background-color: black;
    border-radius: 50%;
    opacity: 0.8;
    animation: move 10s infinite;
}

.dot-small {
    width: 10px;
    height: 10px;
}

.dot-medium {
    width: 20px;
    height: 20px;
}

.dot-large {
    width: 30px;
    height: 30px;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: white;
    overflow-x: hidden;
}

.header {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
}

.cart a {
    text-decoration: none;
    font-size: 18px;
    color: black;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: relative;
    z-index: 1;
}

.shop-now {
    padding: 20px 40px;
    font-size: 24px;
    cursor: pointer;
    background-color: black;
    color: white;
    border: none;
    border-radius: 5px;
}

.reviews {
    display: flex;
    justify-content: space-around;
    margin: 100px 20px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.review {
    font-size: 18px;
    text-align: center;
    background-color: black;
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.typing-animation {
    border-right: .1em solid white;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 3s steps(30, end), blink-caret .5s step-end infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

@keyframes blink-caret {
    from, to { border-color: transparent; }
    50% { border-color: white; }
}

.background-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.dot {
    position: absolute;
    background-color: black;
    border-radius: 50%;
    opacity: 0.8;
    animation: move 10s infinite;
}

.dot-small {
    width: 10px;
    height: 10px;
}

.dot-medium {
    width: 20px;
    height: 20px;
}

.dot-large {
    width: 30px;
    height: 30px;
}
