body {
    margin: 0;
    background: black;

    color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;

    font-family: Arial, sans-serif;
}

h1{
    font-size:80px;
    letter-spacing:10px;
}