body {
    background-color: #101010; /* gris oscuro */
}

p {
    font-family: DM Sans;
    color: white;
}



h2{
    color: #ffffff; /* rojo */
    line-height: 1.2;
    font-family: DM Sans;
    font-weight: 700;
}
.title {
    text-align: center;
    color: #d90d18; /* rojo */
    line-height: 1.2;
    font-family: DM Sans;
    font-weight: 700;

}

.classification{

}

a {
    color: #dc3545; /* rojo */
}

.description {
    text-align: center;
}

.button-container {
    display: flex;
    justify-content: center;
}

.button-container button {
    background-color: #dc3545; /* rojo */
    border-color: #dc3545; /* rojo */
}

.file-input {
    margin-right: 10px;
}

.file-input::-webkit-file-upload-button {
    color: white;
}

.image {
    max-width: 400px;
    max-height: 400px;
    border-radius: 10px;
}

.result-label {
    display: block;
    text-align: center;
    color: #dc3545; /* rojo */
}

#image-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

#testing_img {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
