body {
    background-color: #AFEEEE;
    box-shadow: 0 0 5px 5px #888;
    background: linear-gradient(#87CEe0,#FFFFFF);
       }
h1{
    text-shadow: 0.1em 0.1em 0.2em grey;
    font-family: times;

}
p{
    font-family: times;
    font-size: 1.4em;
}
a{
     font-family: times;
    font-size: 1.4em;
    color: blue;
}
label{
    text-align: center;
}
form {
       text-shadow: 0px 0px 0px rgba(0,0,0,0.5);
}
input,
button {
    margin: 10px;
 }
#login {
    background-color: rgba(240,248,255,0.5);
    margin-top: 10px;
    border-radius: 10px;
      
}
#nebaris {
    background-color: #000;
    color: white;
    padding: 15px;
    text-align: center;
    font-family: times;
    margin-top: 300px;
}
#nebaris a {
    color: rgb(178, 255, 178);
    border: 0; 
}
#nebaris a:hover {
    color: black;
    background-color: black;
}
