#navList a:link {
    color: #fff;
    text-shadow:none;
font-weight: bold;
transition: all 0.8s;
}
#navList a {
    color: #ace3ff;
font-weight: bold;
transition: all 0.8s;
}
#navList a:hover {
font-size:20px;
    text-decoration: none;
    background-color: #0280be;
color: #fff;
font-weight: bold;
        transition: all 0.8s;
t
}
#blogTitle h1 a{
color: #b8b8b8;
transition: all 0.8s;
}
#blogTitle h1 a:hover{
text-decoration:none;
 color:#fff;
font-size:40px;
font-weight: bold;
    transition: all 0.8s;
}
#blogTitle{
background:url("https://s3.ax1x.com/2021/01/05/sAwGes.png") no-repeat center 21px; 
transition: all 0.8s;
}
#blogTitle:hover{
background:url("https://s3.ax1x.com/2021/01/05/sAwJwn.png") no-repeat center 21px;
transition: all 0.8s;
}