body {
    background-image: url('/files/images/background.jpg') no-repeat;
    font-family: Arial;
    text-align: center;
    margin-top: 200px;
}
input {
    width: 35%;
    height: 25px;
    border-color: #000000;
    border-radius: 3px;
}
li {
    list-style: none;
}
a {
    margin-left: 33%;
    margin-right: 33%;
    background-color: rgb(255,255,255);
    text-decoration: none;
}
[class='1'] {
    color: #2f00ff;
}
[class='2'] {
    color: #000;
}