/*Definizioni delle Superclassi*/
/*Non modificare qua per la visualizzazione di una pagina. Qui modifichi TUTTE le pagine*/

html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 25px;
    font-family: sans-serif;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 42px;
    font-weight: bold;
}

h2 {
    margin-top: 20px;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 38px;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

text {
    color: black;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
}

p{
    color: black;
    text-align: justify;
    font-size: 16px;
    line-height: 25px;
}

section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a {
    color: #00f;
}

ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
    display: block;
}

li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: list-item;
}

button {
    color: black;
    text-align: left;
    line-height: 25px;
    border: 0;
    background: none;
}

ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 40px;
    display: block;
}