body {
    margin: 0;
    height: 100vh;
    background: black;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
