html {
    background-color: #f6ffd2;
    font-family: MS Gothic;
    color: cadetblue;
    text-align: center;
}
body {
    margin: 50;
    cursor: url(cursor/GumiDefault.gif), auto;
}
#container {
    border-width: medium;
    border-color: yellowgreen;
    border-style: solid;
    height: 100%;
    width: 100%;;
    background-color: white;
    border-radius: 10px;
    margin-top: 50px;
    position: relative;
    text-align: center;
    padding-left: 10;
    padding-right: 10;
    margin-left: 20px;
    padding-bottom: 20px;
    order: 2;
}
a {
    color: yellowgreen;
}
a:hover{
    color: lightcoral;
}
p {
    margin: 7px 0;
    color: cadetblue;
    text-align: 
}
#rightbar p {
    margin: 20px;
}
h1 {
    font-size: 70px;
    color: yellowgreen;
    margin-bottom: 1px;
    font-family: ms ui gothic;
}
#rightbar {
    background-color: white;
    width: 250px;
    height: 400px;
    border-radius: 10px;
    border-width: medium;
    border-color: yellowgreen;
    border-style: solid;
    margin-top: 50px;
    position: relative;
}
.banner {
    width: 100%;
    background: linear-gradient(to bottom, #f2fdd1 1%, #d2ef75 50%, #b8f25a 40%, #fffabc 100%);
    height: 25px;
    padding-bottom: 3px;
    text-align: left;
    border-bottom: 2px solid;
    padding-top: 6px;
    color:aliceblue;
    border-color: yellowgreen;
    border-radius: 10px 10px 0px 0px;
}
.flexbanner {
    width: 100%;
    background: linear-gradient(to bottom, #f2fdd1 1%, #d2ef75 50%, #b8f25a 40%, #fffabc 100%);
    height: 25px;
    font-size: 15px;
    padding-bottom: 3px;
    text-align: left;
    border-bottom: 2px solid;
    padding-top: 6px;
    color:aliceblue;
    border-color: yellowgreen;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
}
.banner h2 {
    margin: 0px;
    color: cadetblue;
    margin-left: 10px;
    font-size: 21px;
    font-weight: bolder;
}
.flexbanner h2 {
    margin: 0px;
    color: cadetblue;
    margin-left: 10px;
    font-size: 21px;
    font-weight: bolder;
}
#maincontainer {
    justify-self: center;
    width: 850px;
    background-image: url(https://file.garden/ZRccwbUQNGkxIJbr/site/gridgray.png);
    border-radius: 10px;
    border-width: medium;
    border-color: yellowgreen;
    border-style: solid;
    position: relative;
    margin-top: 10px;
    background-color: white
}
.navbutton {
    margin-top: 20px;
    margin-bottom: 1px;
    color: cadetblue;
}
#headercontainer{
    background-image: url(images/Headder.png);
    width: 850px;
    height: 200px;
    justify-self: center;
    border-radius: 20px;
    display: flex;               /* make it a flexbox */
    justify-content: center;     /* center horizontally */
    border: yellowgreen, medium, solid;
    background-size: cover;
}
#flex{
    display: flex;
    justify-content: center;
}
.marquee {
    width: 850px;
    padding: 5px;
    overflow: hidden;         /* hides overflow */
    white-space: nowrap;      /* keep text in one line */
    box-sizing: border-box;
    background: white;
    justify-self: center;
    margin-top: 10px;
    border-width: medium;
    border-style: solid;
    border-color: #e1f25a;
    border-radius: 10px;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;       /* push text off screen initially */
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
#pug{
    margin-top: 40px;
}
#button{
    display: inline-block;
    width: 150px;
    height: auto;
    background: linear-gradient(to bottom, #fad3d3 1%, #ffb09d 49%, #ff909e 51%, #ffc6d0 100%);
    border: 4px solid #ff9390;
    border-radius: 10px;
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    font-size: 20px;  
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px;
    padding: 3px
}
#button:hover{
    background: linear-gradient(to bottom, #eed3d2 1%, #dbc0bf 49%, #c8adac 51%, #e4c9c8 100%);
    border: 3px solid #c6abaa;
}
#gamebox{
    width: 48%;
    height: 200px;
    background-color: white;
    border: yellowgreen medium solid;
    color: cadetblue;
    border-radius: 10px;
    float: left;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.content{
    margin: 20px;
}
#todolist{
    width: 48%;
    height: 200px;
    background-color: white;
    border: yellowgreen medium solid;
    color: cadetblue;
    border-radius: 10px;
    float: right;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
#pondarea {
    position: relative;
    display: inline-block;
    align-content: center;
    justify-content: center;
    margin-top: 90;
    margin-bottom: 30;
}
.pondoverlay{
    position: absolute;
    top: -150;
    left: -190;  
    pointer-events: none;
    display: block;
}
.pond-container iframe {
  display: block;
}
audio {
  width: 159px;
    height: 20
}
.musicmarquee{
    width: 150px;
    padding: 5px;
    overflow: hidden;         /* hides overflow */
    white-space: nowrap;      /* keep text in one line */
    justify-self: center;
}
.musicmarquee span {
  display: inline-block;
  padding-left: 100%;       /* push text off screen initially */
  animation: scroll 10s linear infinite;
}
