html {
    display: grid;
}

body{
    align-items: center;
    justify-content: center;
}
