body {
    color: #000;
    background:url(https://z3.ax1x.com/2021/06/07/20RAET.jpg) no-repeat fixed;
    background-size:cover;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;

}
#top_nav{
  animation-name:top_nav_over;
  animation-duration: 1s;
  opacity: 0;
}
#top_nav:hover{
  animation-name:top_nav_hovor;
  animation-duration: 1s;
  opacity: 1;
}
@keyframes top_nav_hovor {
  from {opacity: 0;}
  to {opacity: 1.0;}
}
@keyframes top_nav_over {
  from {opacity: 1.0;}
  to {opacity: 0;}
}

#home{
  opacity: 0.85;
border-radius: 25px;
}
#blog-calendar,#q ,#google_q{
border-radius:10px;
}
#blog_nav_contact{
width = 0px;
}