html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-color: black;
}

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

body > svg {
    height: 200px;
    width: 200px;
    fill: white;
}
