body {
    display: grid;
    place-items: center;
    height: 100vh;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
