a{
    color: rgb(0, 51, 128);
    text-decoration: none;
}
a:hover{
    color: rgb(0, 2, 128);
    text-decoration: underline;
}
body{
    background-repeat:no-repeat ;
    background-size: 100%;
    background-attachment: fixed;
    background-color:#8fd3f4;
}

