table, th, td {
    color: #ffe81f;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
}
body {
    background-image: url("BG.GIF");
    background-size: cover;
    display: flex;
    margin-bottom: 2%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
form {
    color: #ffe81f;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
*:disabled {
    background-color: #1489f3;
    color: black;
}
label {
    background-color: rgba(0, 0, 0, 0.5);
}
input {
    text-align: center;
}