html,
body {
    height: 100%;
}

.main {
    display: grid;
    place-items: center;
    height: 100%;
}

.main div {
    width: 805px;
    padding-bottom: 10%;
}
