* {
    color: rgb(200,200,200);
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
}
body {
    background-color: rgb(0,0,0);
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: start;
}