html, body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.main {
    display: flex;
    flex-direction: column;
    height: 80%;
    border: 1px solid lightblue;
}