.dottie {
    margin: auto;
}

main, body {
    height: 100vh;
}

main {
    display: grid;
    place-items: center;
}