﻿html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.newtcontent {
    flex: 1; /* spinge il footer in basso */
}

.newtfooter {
    padding: 0px;
}
