
.rest{
    font-weight: bolder;
    font-family: 'Average';
    padding: 2%;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: gray;
    margin: 2%;
}

.rest:hover{
    background-color: rgba(255, 255, 255, 0.85);
    color: gray;
}
option, select{
    font-weight: bolder;
    font-family: 'Average';
    padding: 0.2%;
}
option{
    font-size: 15px;
}
select{
    font-size: 18px;
}
body{
    text-align: center;
}
#q1, #q2, #q3, #q4{
    float: left;
    width: 25%;
    text-align: center;
    font-weight: bolder;
    font-family: 'Average';
    background-position-y: center;
    background-position-x: center;
}
h1{
    font-size: 50px;
    font-family: 'Average';
}
#q1{
    background-image: url("cn.png");
}

#q2{
    background-image: url("it.png");
}

#q3{
    background-image: url("in.png");
}

#q4{
    background-image: url("mx.png");
}

#form{
    margin: 2%;
    opacity: 0%;
}

#login, #register, #account{
    font-weight: bolder;
    font-family: 'Average';
    float: right;
    padding: 0.1%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 20px;
}
#account{
    color: blue;
}
.loginform{
    margin: 0.5%;
    opacity: 0%;
}

#logreg{
    height: 30px;
}

#u1, #p1{
    display: inline-block;
    width: 70px;
    text-align: right;
    font-weight: bold;
    font-family: 'Average';
    margin: 0.2%;
}

.text{
    font-family: 'Average';
}

#hl, #lsubmit, #err1{
    font-weight: bolder;
    font-family: 'Average';
}

#err1{
    color: red;
}

.button{
    font-family: 'Average';
    font-weight: bolder;
}
