 body{
  background-image: url(../Images/sky.gif);
  background-size: 100%;
 }
 .out{
  position: fixed;
  top: 76px;
  left: 350px;
  z-index: 90000000;
  width: 150px;
 }
 @font-face {
        font-family:'marioluigi2';
        src: url(../Fonts/MarioLuigi2.ttf);
    }

#file { 
  border: 2px solid transparent;
  position: fixed;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0 0.2vw;
    z-index: 1; 
} 
#filetwo { 
  border: 2px solid transparent;
  position: fixed;
		top: 60%;
		left: 47%;
		transform: translate(-50%, -50%);
		padding: 0 0.2vw;
    z-index: 3; 
}
#filethree { 
  border: 2px solid transparent;
  position: fixed;
		top: 60%;
		left: 44%;
		transform: translate(-50%, -50%);
		padding: 0 0.2vw;
    z-index: 2; 
}  
#main { 
  position: relative; 
}
#quote { 
  font-family: Sniglet; 
  transform: translateY(-10px); 
  position: fixed;
		top: 59%;
		left: 47.30%;
		transform: translate(-50%, -50%);
		padding: 0 0.2vw;
  text-align: left;
  background-color: white;
  border-style: solid;
  border-color: black;
  border-width: 5px; 
  display: grid; 
  grid-template-columns: repeat(1%, 1fr); 
  grid-template-rows: repeat(0, 0fr); 
  grid-column-gap: 100px; 
  grid-row-gap: 7px; 
  grid-area: 1 / 1 / 1 / 1;
  overflow-wrap: break-word;
  width: 650px;
  height: 590px;
  z-index: 8;
  overflow: scroll;
  display: inline-block
  
} 
#title {
  font-family:'marioluigi2';
}
.parent {
  position: fixed;
  top: 317px;
  left: 643px;
  z-index: 900000;
}
.awcute {
  width: 15%;
  position: fixed;
  top: 4%;
  left: 35%;
  z-index: 1;
 }
 .archive {
    position: fixed;
    top: 20%;
    left: 45%;
    width: 25%;
    z-index: 9000000;
 }
 .peer {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
border-style: solid;
border-color: black;
border-width: 5px; 
background-color: white;
 overflow-wrap: break-word;
  width: 200px;
  height: 220px;
  position: fixed;
  z-index: 9000000;
  overflow: auto;
  top: 180px;
  left: 70%;
}

.div1 { 
  grid-area: 1 / 1 / 2 / 6; 
 
}
    #textbox {
  font-family:'marioluigi2';
  word-break: break-all;
  font-size: 15px;
  position:auto;
  top: 9px;
  left: 20px;
  line-height:20px
    }