.hero{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f{
    margin-top: 50px;
    font-size: 45px;
    text-align: center;
    color: rgb(95, 95, 95);
    width: 900px;
}
.hero a{
    margin-top: 70px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    background: linear-gradient(45deg, #fca038, #ff7f50); /* Gradient background */
    padding: 10px 20px;
    border-radius: 10px;
}
.ff {
    text-align: center;
    color: rgb(95, 95, 95);
    width: 900px;
    font-size: 25px;
}
@media screen and (max-width: 1024px) {
    .hero img{
        width: 800px;
    }
    .f{
        font-size: 45px;
        text-align: center;
        color: rgb(95, 95, 95);
        width: auto;
    }
    .ff{
        width: auto;
    }
}
@media screen and (max-width: 1024px) {
    .hero img{
        width: 700px;
    }
    .f{
        font-size: 45px;
        text-align: center;
        color: rgb(95, 95, 95);
        width: auto;
    }
    
}
@media screen and (max-width: 768px) {
    .hero img{
        width: 400px;
    }
    .f{
        font-size: 35px;
        text-align: center;
        color: rgb(95, 95, 95);
        width: auto;
    }
    .ff{
        margin-top: 20px;
        font-size:16px;
    }
    
}

@media screen and (max-width: 580px) {
    .hero img{
        width: 370px;
    }
}
@media screen and (max-width: 430px) {
    .hero img{
        width: 300px;
    }
}