a.headermaintitle:visited, a.headermaintitle:active, a.headermaintitle:link {
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
    text-decoration: none;
}
#mylinks {
    font-size: 14px;
    position: absolute;
    padding: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    left: 0px;
}


      #yin-yang { 
width: 96px; 
height: 48px; 
background: #fff; 
border-color: #000; 
border-style: solid; 
border-width: 2px 2px 50px 2px; 
border-radius: 100%; 
position: relative; 
animation: move 10s linear infinite;
} 
#yin-yang:before { 
content: ""; 
position: absolute; 
top: 50%; 
left: 0; 
background: #fff; 
border: 18px solid #000; 
border-radius: 100%; 
width: 12px; 
height: 12px; 
} 
#yin-yang:after { 
content: ""; 
position: absolute; 
top: 50%; 
left: 50%; 
background: #000; 
border: 18px solid #fff; 
border-radius:100%; 
width: 12px; 
height: 12px; 
} 
@keyframes move{
  0%{
    transform: translateX(0px)
  }
 
  50%{
     transform: translateX(300px)
  }
   100%{
     transform: translateX(0px)
  }
}
#momo{
      font-size: 22px;
    color: #fff;
    position: absolute;
    /* left: 166px; */
    right: 24px;
    top: 50px
}