body {
    font-family:ms ui gothic;
    color:rgb(91, 138, 213);
    background: url('https://textures.neocities.org/textures/abstract-pink-and-blue/406.GIF');
}
#layout-container {
    display:flex;
    justify-content:center;
    align-items: baseline;
    gap:10px
}

#layout {
    border: 11px solid rgb(91, 138, 213); 
    border-style:double ridge double;
    border-radius:10px;
    background-color:rgb(91, 138, 213);
    margin-top:50px;
}

.container {
    display:flex;
}

.container2 {
    display:grid;
}
#navi {
    border:8px ridge rgb(91, 138, 213);
    background-image: linear-gradient(#7dacf6,white,white, #7dacf6);
    padding:20px;
    width:100px;

}
#iframecontainer iframe {
    height:530px;
    width:681px;
    overflow:auto;
    border:8px ridge rgb(91, 138, 213);
}

#chatbox {
    border:9px double rgb(91, 138, 213);
    border-style: double ridge double;

}

#chatbox iframe {
    border:none;
    height: 300px;
    width:519px;
}

#updatelog, #status, #button {
  border: 11px double rgb(91, 138, 213);
  border-style: double ridge double;
  border-radius: 15px;
  background-color: white;
  margin:10px;
  max-width:300px;
}

#updatelog,#status,#chatbox ,header {
 text-shadow:1px 1px blue;
  }
  
#button {
  width: 84%;
  padding:2px;
   }

#status iframe{
  height: 80px;
}

#updatelog iframe {
  height:350px;    
}

#character2{
  position: absolute;
  top: 50px;
  z-index: 10;
}

#advertisement img {
    width:852px;
}

#audio2 {
  margin-top:15px;
  color:white;
}


audio {
  width:320px;
  background-color: rgb(91, 138, 213);
  padding: 5px;
  border-radius: 15px;
}

header{
  background-image: linear-gradient( white, #7dacf6);
  background-color:white;
  padding:8px;
  color:white;
  font-weight:bold;
}    

li {
    list-style-type: none;
    margin-bottom:7px;
    border:4px solid rgb(91, 138, 213);
    background-image: linear-gradient( white, white, #7dacf6);
    padding:5px;
    border-radius:10px;
}

a {
  text-decoration: none;
  font-size: 17px;
  color: rgb(91, 138, 213);
}

li a {
  text-shadow: 1px 1px gray
  }

