/* This is just a sample file with CSS rules. You should write your own @font-face declarations
 * to add support for your desired fonts.
 */

html, body {
padding: 0px;
margin: 0px;
 }
 
#about { display: none }

#wa { margin: 3px 10px 0px 0px; }
#wa img { transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000); }
#wa a:hover img { opacity: 0.6; }
