header, footer {
    display: none;
}

.fullscreen-layout {
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}