html * {
    font-family: Verdana;
    color: white;
    background-color: #3a3a3a;
}

.coin {
    fill: #ffc800;
}

.eye {
    fill: red;
}

.exhaust {
    fill: #ff7800;
}

.flashed {
    background-color: red;
}

.row {
    display: flex;
    text-align: center;
}

.column {
    flex: 50%;
    text-align: center;
}

svg {
    background-color: #7f7f7f;
    margin: 10px;
    width: 600px;
    height: 600px;
}
