@font-face {
font-family: windows;
src: url(https://dl.dropbox.com/s/cn0l1yjacta4whv/W95FA.otf);
}

body{
background-image: url('https://just-a-container-lid.neocities.org/Web%20IMG/cloth094.jpg');
background-attachment: fixed;
background-repeat: repeat;
font-family: windows;
}

.website {
    max-width:1200px;
     margin-left:auto;
    margin-right:auto;  
    padding:10px;
}

.header {
    border:groove;
    border-color:yellowgreen;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    background-image: url('http://dl5.glitter-graphics.net/pub/534/534345scqpqxmvk1.gif');
    background-attachment: scroll;
    background-repeat: repeat;
}
.container
{
    display:flex;
    flex-direction:row;
    align-content: center;
   margin-top:30px;

}

.left-sidebar
{
max-width: 300px;
}
.yoosk
{position: relative;
 border-style: ridge;
 color:white;
 background-image:url('https://just-a-container-lid.neocities.org/Web%20IMG/windows%20xp%20back.jpg');
 background-attachment:scroll;
 background-size: cover;
 text-align:center;
}
.meme-border #live-yu-reaction
{position:absolute;
bottom:0;
right:0;
}

.meme-border
{display:inline-block;
 width:100%;
 height:15%;
 border-bottom-style: ridge;
 background-color:darkred;
 font-family:'impact';
 font-size:large;
}
.nav
{
    background-image: url('https://files.catbox.moe/ok1c5o.jpeg');
    background-attachment: scroll;
    background-repeat: repeat-x;
    border-color:dimgray;
    border-radius:30px;
   padding:10px;
}
.nav ul
{
 list-style-type:none;
 margin:0;
 padding:0;
 
 display:flex;
 flex-direction:row;
 justify-content:space-evenly;
 align-items:center;
}
.nav li
{
 margin:10px;
 align-content:center;
}

.mobile
  {border-style:groove;
     border-radius:30px;
      background-image: url('http://dl10.glitter-graphics.net/pub/1618/1618020dppf3vs1r4.gif');
     background-attachment: fixed;
     background-repeat: repeat;
     text-align:center;
      }
      

.about
{
 border-color:#FFDE8C;
    border-radius:30px;
    background-image: url('http://dl9.glitter-graphics.net/pub/2728/2728019krp8i2239s.jpg');
    background-attachment: fixed;
    background-repeat: repeat;
 padding:10px;
 margin-left:10px;
 margin-right:10px;
}

.right-sidebar
{
 max-width: 300px;
padding: 10px;

}

.window
{ 
 width: 100%;
 border-style: ridge;
 color:white;
  background-color:#444454;
 text-align:left;
}
#top
{display:inline-block;
width: 100%;
 height:15%;
 background-color:blue;
 border-bottom-style: ridge;
}
#updates
{overflow: scroll;
 overflow-x: hidden;
 height: 300px;
 text-align:left;
 width:100%;
 list-style-type: none;
  margin: 0;
  padding: 0;
}

.linktext
{overflow: scroll;
overflow-x: hidden;
height: 100px;
text-align:left;
 width:200px;
background-color:white;
border-radius:30px;
 }

.footer
{position:relative;
background-color: yellowgreen;
border-color:#EEEEEE;
border-radius:30px;

}


