body {
    font-family: Arial;
    margin: 0;
    text-align: center;
}

section {
    padding: 60px 20px;
}

.hero-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

img {
    max-width: 90%;
    border-radius: 10px;
}

.btn {
    background: black;
    color: white;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.reviews {
    background: #f5f5f5;
}