.nav-corsi {
    padding: 4px 2em 4px 2em;
    margin: 0 1em 0 1em;
    background-color: #009FE3;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.nav-corsi:hover {
    color: white;
}

#immagine {
    background-image: url(images/profi.jpg);
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 100%;
    height: 281px;
}

#storia {
    padding: 0 3em 0 3em;
}

#storia DT {
    font-size: large;
    font-weight: 600;
}

.title {
    font-size: 48px;
    font-weight: 600;
    padding: 0 0 1em 0;
}

.subtitle {
    font-size: 24px;
    font-weight: 600;
}

.text {
    padding-bottom: 3em;
    max-width: 40em;
}

#lista {
    max-width: 1240px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}

#list DL {
    padding: 1em;
    background-color: red;
}

#lista DT {
    font-weight: 800;
    font-size: 16pt;
}

#lista DT.complete {
    font-weight: 800;
    font-size: 16pt;
}

#lista DD {
    margin-bottom: 1em;
}

#lista .complete {
    color: lightgray;
}
