.scheda-layout {
    display: flex;
    flex-direction: column;
    align-items: center;

    min-height: calc(100vh - 20px);
    margin: 10px;
    text-align: center;
}

.scheda-layout > main {
    flex: 1;
}

.scheda-layout > footer {
    margin-top: auto;
}