* {
    background-color: #000002;
    color: rgb(255,255,255);
    font-family: 'Courier New', Courier, monospace;
}

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

img {
    width: 50%;
    display: block;
    margin: auto;
}

#history {
    border:solid #f61a0f 2px;
    width: 400px;
    padding: 10px;
    margin: auto;
}

#drivers {
    border: solid #f61a0f 2px;
    width: 400px;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
}

#wdc {
    border: solid #f61a0f 2px;
    width: 400px;
    padding: 10px;
    margin: auto;
    margin-top: 10px;
}

#button {
    text-align: center;
    margin: 20px;
}

ul {
    display: inline-block;
}