body{
    text-align: center;
    font-family: Arial;
}

a{
    text-decoration: none;
    color:rgb(10, 87, 126);
}

a:visited{
    color:rgb(10, 87, 126);
}

img{
    max-width:100%;
}