.description-div {
    padding: 4rem 2rem;
    background-color: #FCFAF1;
    text-align: center;
}

.description {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 3rem;
}

.separator {
    width: 80%;
    margin: 2rem auto;
    border: none;
    border-top: 1px solid #ccc;
    transform: translateY(2rem);
}

.description p {
    font-family: 'Spartan', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    color: #000000;
}

.slogan {
    margin-top: 7rem;
}

.slogan h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

.slogan p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.start-shopping {
    background-color: #b93333;
    color: white;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    padding: 15px 30px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease , opacity 0.3s;
}

.start-shopping:hover {
    opacity: 0.8;
}