

img { max-width: 100%;}
 body {
    font-family: Arial;
    color: #333;
} 


    

#title {
    text-align: center;
}

label {
    display: block;
    margin-bottom: .5em;
}


button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 12px;
}


 ul.firstLevelMenu {
    list-style-type: none;
    position:relative;
} 

  .menulink {

    display: inline-block;
    margin-right: 10px;
    position: relative;

}  
.firstLevelMenu1{
    display:block;
 	position: absolute; 
    list-style-type: none;
}
.colorRed {
    color: rgba(189, 23, 23, 0.769);
    font-weight: bold;
    display: block;
}


.flex-img-text {
    display: flex;
    gap: 100px;
    margin-left: 20px;
    margin-right: 30px;
}
.column {
    column-width: 500px;
    margin-right: 30px;
}
#title-IA {
    color: rgba(189, 23, 23, 0.769);
    font-weight: bold;
    font-size: 40px; 
    text-align: center;
}
#equation {
    color: rgba(189, 23, 23, 0.769);
    text-align: left;
}

#img_piu_text {
    margin-left: 40px;
}

.flex-header {
    display: flex;
    gap: 300px;
    margin-left: 70px;
}
.text_eq {
    text-align: center;
}
#winwin {
    text-align: center;
    font-size: 40px;
}
#three-comment-flex{
    display: flex;
    gap: 40px;
    margin-right: 70px;
    margin-left:70px;
}
.comments {
    font-size: 18px;
    text-align: center;
    color:rgba(189, 23, 23, 0.769);
}

.texthp {
    max-width:     700px;
    /* word-break: break-all; */
}
.red-word {
    color: rgba(189, 23, 23, 0.769);
}

