html {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    background-color: black;
    color: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: whitesmoke;
}