a#home {
    color: white;
    text-align: left;
}
a#licence_and_terms {
    color: white;
    text-align: left;
}
span#copyright {
    text-align: right;
    color: white;
}
body {
    font-family: Calibri;
    color: rgb(255, 255, 255);
    background-color: rgb(50, 50, 50);
    text-align: center;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
p {
    font-size: 15px;
}
a.body {
    font-size: 15px;
    color: blue;
    text-decoration: underline;
}
#info {
    font-size: 15px;
    color: gainsboro;
}
#border {
    border-bottom: 2mm;
    border-top: 2mm;
    padding: 1mm;
}
input#login {
    border-radius: 1mm;
}
.error {
    background-color: red;
    color: darkred;
}
button#jsButton {
    border: 2mm;
    border-radius: 1mm;
    background-color: blue;
}
button#login {
    border: 3mm;
    border-radius: 1mm;
    background-color: blue;
    color: white;
}