.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(175deg, #000, #350000, #ff0000);
}
.display-4{
   text-shadow: 5px 5px 10px black, -5px -5px 10px black;
}

.about{
    padding: 50px 0;
}
.feature-card {
    background-color: #212529;
    border: none;
}
.btn-custom {
    background-color: #e50914;
    border: none;
    margin: 5px;
    color: white;
}
.btn-custom:hover {
    background-color: #b20710;
}
.about p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
}
.task-container {
    text-align: center;
    margin-top: 40px;
}
.task-card {
    background-color: #212529;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    margin: 20px auto;
}
.task-card img {
    width: 60px;
    margin-bottom: 15px;
}