
#intro{
    background-color: ghostwhite;
    padding-top: 30px; 
    min-height: 620px;
}

#feats{
    margin-bottom: 30px;
}

#label{
    text-align: center;

}

#msgx{
    text-align: center;
}

#signin{
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;

}


#ccards{

    min-height: 360px; max-height: 420px; overflow: auto;
}

#dcards{
    margin: 20px; border: 1px dashed darkblue; background-color: seashell; 
    border-radius: 10px;
    
}

.feature {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.feature-info h3 {
    margin: 0;
    font-size: 1.2em;
    color: #333;
}

.feature-info p {
    margin: 5px 0 0;
    color: #555;
    font-size: 1.0em;
}

.card-title {
    font-size: 1.1em;
    font-weight: bold;
}
.card-text {
    font-size: 0.9em;
}

.card-link {
        color: inherit;
        text-decoration: none;
    }
    .card-link:hover {
        text-decoration: none;
    }

 #dvd{
        text-align: center; margin-top: 30px; margin-bottom: 20px;
    }
    #dvd h4{
        color: salmon;
    }

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    #feats{
    margin-bottom: 5px;
    }

    .feature-icon {
        margin-bottom: 10px;
    }

    .feature-info h3 {
        font-size: 1em;
    }

    .feature-info p {
        font-size: 0.9em;
    }

    #dvd{
        text-align: center; margin-top: 10px; margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    #dindex {
        padding: 10px;
    }

    #feats{
    margin-bottom: 5px;
    }

    .feature {
        padding: 15px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }

    .feature-info h3 {
        font-size: 1em;
    }

    .feature-info p {
        font-size: 0.9em;
    }

    #dvd{
        text-align: center; margin-top: 10px; margin-bottom: 20px;
    }
}
