.hero {
    background-image: url('../assets/hero-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: red;
    text-align: center;
    padding: 100px 20px;
}

.description {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    color: #e5e7eb;
    background-color: hsl(0, 0%, 15%);
}
