* {
    border: none;
    box-sizing: border-box;
    margin: 0;
}

body {
    background-color: black;
    color: white;
}