body {
font-family: courier;
background: #000000 url(bgmayutan.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: bottom right;
color: #dd8ec1;
background-color: #000000;
text-align: center;
font-size: 14px;
width: 600px;
height: 200px;
padding: 6px;
margin: auto;
}
a:link {
color: #dd8ce1;
}
a:visited {
color: #dd8ce1;
}
h2 {
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  border-width: thin;
background: #000000;
}
#posts {
border-style: solid;
  border-width: thin;
background: #000000;
}
#redria {
  border-style: solid;
  border-width: thin;
background: #000000
}
#yellowbo {
  border-style: solid;
  border-width: thin;
background: #000000;
font-size: 30px;
}
#redria p {
  border-style: solid;
  border-width: thin;
  
color: #dd8ec1;
}
#mayu {
  border-style: solid;
  border-width: thin;
margin: auto;
}
#note {
    background-color: #000000;
    font-size: 30px;
    color: #dd8ec1;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes example {
    from {color: #dd8ec1;}
    from {text-shadow: 1px 1px 1px #dd8ce1;}
    to {color: #e7d400;}
    to {text-shadow: 2px 2px 4px #e7d400;}
}
@-webkit-keyframes example {
    from {color: #e7d400;}
    from {text-shadow: 2px 2px 4px #e7d400;}
    to {color: #dd8ec1;}
    to {text-shadow: 1px 1px 1px #dd8ce1;}
}

#yellowbo {
 background-color: #000000;
    font-size: 20px;
    color: #dd8ec1;
    -webkit-animation-name: fart; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fart;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes fart {
    from {color: #dd8ec1;}
    from {text-shadow: 1px 1px 1px #dd8ce1;}
    to {color: #e7d400;}
    to {text-shadow: 2px 2px 4px #e7d400;}
}
@-webkit-keyframes fart {
    from {color: #e7d400;}
    from {text-shadow: 2px 2px 4px #e7d400;}
    to {color: #dd8ec1;}
    to {text-shadow: 1px 1px 1px #dd8ce1;}
}
/* The sidebar menu */
.sidenav {
  border-style: solid;
  border-width: thin;
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 30px; /* Stay at the top */
  right: 10px;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
  
}

/* The navigation menu links */
.sidenav a {
  border-style: solid;
  border-width: thin;
  right: 50px;
  top: 50px;
  padding: 2px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #dd8ec1;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-right: 10px; /* Same as the width of the sidebar */
  padding: 160px 10px;
}
.collapsible {
   Background-color: #dd8ec1;
   color: #ffffff;
   padding: 10px;
   width: 200px;
   Border: solid;
   border-color: #ffffff;
   text-align: center;
   font-size: 15px;
   float: left;
}
.active, .collapsible:hover {
   background-color: #ffffff;
   color: #000000;
}
.content {
  padding: 0 10px;
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  border: solid;
  border-top: none;
  border-bottom: none; 
  width: 200px;
  padding-top: 0px;
  float: left;
}

   

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
