body{
    background-color: #003366;
}

a{
    color: #00FFFF;
    text-decoration: none;
}
a:hover{
    color: #FFFF00;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}