body {
    background-color: black;
    color: white;
    line-height: 1.6;
}

input {
    width: 300px;
}

input[type="number"] {
    width: 60px;
}

input[type="text"] {
    width: 300px;
}

section {
    background-color: #222;
    margin: 10px;
    padding: 10px;
    width: 950px;
}

a {
    color: yellow;
}