body {
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background: #f4f4f4;
    color: #333;
}
header {
    background: #007BFF;
    color: white;
    padding: 2rem;
    text-align: center;
}
.cta-button {
    background: #FF5733;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 5px;
}
.features {
    display: flex;
    justify-content: space-around;
    padding: 2rem;
    background: white;
}
.feature {
    text-align: center;
}
.shop {
    padding: 2rem;
    text-align: center;
    background: #e9ecef;
}
.shoe {
    display: inline-block;
    margin: 1rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
}
footer {
    text-align: center;
    padding: 1rem;
    background: #333;
    color: white;
}
