body {
    background-color: #000000;
    font-family: "Roboto Mono", monospace;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
}

a {
    color: #ffffff;
}


a:hover {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    margin-bottom: 10px;
}

h6 {
    margin-bottom: 0px;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.1em;
}

div.clear {
    clear: both;
}

div.footer {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}


div.header {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.header a.titolo_sito {
    font-size: 1.3em;
}

div.menu_top {
    text-align: center;

}

div.menu_top a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.2em;

}

div.menu_top a:hover {
    text-decoration: line-through;


}

div.pagination-container {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.box {
    border: 1px dashed #f3f3f3;

    padding: 3px;
}