 html{
      width: 100%;
      height: auto;
    }
    body {
      /*Fix*/
        width: 1050px;
        position: relative;
        display: block;
        margin-left:auto;
        margin-right:auto;
        /*Fix End*/
  background-image: url(/graphics/dot-07-82.gif);
  background-repeat: repeat;
    font-family: "MS PGothic", Osaka, sans-serif;
  background-color: white;
        }
        
        
        
        .container {  display: grid;
   grid-template-columns: 190px 320px 540px;
  grid-template-rows: 100px 355px 238px 50px 300px 100px;
  gap: 0px 0px;
  border-right: 1px solid #4a4a4a;
  background-color: white;
  grid-auto-flow: row;
  overflow: hidden; 
}

.sidebarleft { grid-area: 2 / 1 / 6 / 2; 
background-color: white;
border-left: 1px solid #4a4a4a;
border-right: 1px solid #4a4a4a;
padding-top: 10px;
font-size: 16px;}

.greetingbox { grid-area: 2 / 2 / 3 / 4;
  padding: 76px 0px 0px 88px;  
  font-size: 18px;
line-height: 1;
font-family: "MS PGothic", Osaka, sans-serif;
box-sizing: border-box;
height: 500px;

}

.footerbottom { grid-area: 6 / 1 / 7 / 4; 
background-color: #4a4a4a;
}

.headertop { grid-area: 1 / 1 / 2 / 4; 
background-color: #4a4a4a;
    color: white;
    font-size: 15px;
padding: 25px;
}

.newssitebox { grid-area: 3 / 3 / 4 / 4; 
font-size: 12px;
padding-top: 12px;
}

.recognitionpic { grid-area: 3 / 2 / 4 / 3; 
padding: 11px 0px 0px 55px;
}

.snippets { grid-area: 4 / 2 / 5 / 4; 
padding: 0px 20px 10px 60px;
}

.groupphoto { grid-area: 5 / 2 / 6 / 4; 

}

.copyrightnotice { grid-area: 6 / 1 / 7 / 2; 
background-color: #4a4a4a;
color: white;
font-size: 12px;
padding: 5px;
 border-right: 1px solid white;
}


.newscontainer {
box-sizing: border-box;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 0 0;
  overflow-y: auto;
  height: 160px;
  width: 500px;
  padding: 20px 0px 0px 12px;
  overflow-x: hidden;
}






/*Sidebar Stuff*/
.opt1{
  color: #262525;
  background-color: white;
  padding:6px;
}


.opt2{
  color: #262525;
  background-color: #dad8d8;
  padding:6px;
}

.opt1 a {
  color: #262525;
}

.opt1 a:hover { text-decoration: none; color:#f58ea1;
}

.opt2 a {
  color: #262525;
}

.opt2 a:hover { text-decoration: none; color:#f58ea1;}

#UNAV {
  color: gray;
}

.labels {
background: #FF6600;
border:1px solid #FF6600;
color: white;
width: max-content;
border-radius: 15px 15px 15px 15px;
padding: 6px;
text-align:center;
font-size: 20px;
font-weight: bold;
height: 20px;
}

a:visited {
    text-decoration: none;
}

a {
  text-decoration: none;
  color: #f58ea1;
}

.ers {
  color: #FF6600;
  display: inline-block;
}

.newssegment{
  background-color: #c2c2c2;
  display: inline-block;
  font-size: 14px;
  width: 488px;
  height: 20px;
  padding: 7px;
}

.navcontainer {
  margin: 0;
  height: 700px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.2;
  font-family: "MS PGothic", Osaka, sans-serif;
}




/*Scrollbar*/

::-webkit-scrollbar {
  width: 15px;
 height: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: url(https://proxy.everskies.com/a/https://i.imgur.com/Qtm9Z60.png);
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

::-webkit-scrollbar {
  width: 15px;
 height: 15px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: url('icon/scrollbar3.png');
    border-top: 1px solid #bdbdbd;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    background-image: url('icon/scrollbar2.png');
}

::-webkit-scrollbar-button {
  background-color: darkgrey;
  background-image: url('icon/scrollbar1.png')
}
::-webkit-scrollbar-button:vertical:start {
  background-position: -45px 0;
}

::-webkit-scrollbar-button:vertical:end {
  background-position: 0 0;
}

::-webkit-scrollbar-button:horizontal:start {
  background-position: -15px 0;
}
::-webkit-scrollbar-button:horizontal:end {
  background-position: -30px 0;
}

.funbuttons {
  width: 110px;
}
.question {
font-size:28px;
color: #FF6600;
 text-shadow: 1px 1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, -1px -1px 0 #FFF, 1px 0px 0 #000, 0px 1px 0 #FFF, -1px 0px 0 #FFF, 0px -1px 0 #FFF, 1px 0px 0px rgba(0,0,0,0);
}


.answer {
line-height: 0.5;
}

.greeter {
  position: absolute;
  margin-top: 170px;
  margin-left: 720px;
  z-index: 1;
}

.pinkball{
  position: absolute;
  margin-top: 408px;
  margin-left: 820px;
  z-index: 3;
}

.websitetitle{
  color: white;
  font-size: 40px;
  font-weight:bold;
  text-shadow: 2px 2px 0 black, 2px -2px 0 black, -2px 2px 0 black, -2px -2px 0 black, 2px 0px 0 black, 0px 2px 0 black, -2px 0px 0 black, 0px -2px 0 black, 2px 0px 0px rgba(0,0,0,0);
}

.typing-demo {
  width: 29ch;
  animation: typing 2s steps(29), blink .5s step-end infinite alternate;
  white-space: nowrap;
  overflow: hidden;
  border-right: 7px solid;
}

@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
.wrapper {
  height: 50px;
}

.groupphoto img {
  display: block;
  margin: 0 0 0 120px;
  padding: 0;
}

.footerdeco {
bottom:0;
position: -webkit-sticky; /* Safari */
position: fixed;
margin-left: 950px;
z-index: 2;
}

.copyrightsony {
  margin-bottom: 0;
  text-align:center;
}

.xanadu {
  color: #1100a8;
  display: inline-block;
}