body, html {
    height:calc(100vh - 2rem);
    display: flex;
    justify-content: center;
    align-items: center;
}