@font-face {
  font-family: pixelarial; 
  src: url(/pixel-arial-14.woff); 
}

@font-face {
   font-family: daydream;
  src: url(/Daydream.woff)
}

body {
  background: url("/backgrounds/ffxvb.jpg");
  background-size: cover;
  font-family: pixelarial;
  font-size: 7px;
  color: #636363;
  letter-spacing: 2px;
  line-height: 15px;
  
}

.main {
    padding: 1%;
    flex: 1 1 100%;
    max-height: 500px;
    width: 600px;
    background-color: #F2EFED;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
    border-style: solid;
    border-color: #BEC2BE;
    border-width: 15px;
    border-radius: 25px;
    overflow:hidden;
}

.section {
  display: grid;
  min-height: 50px;
  grid-template-rows: repeat(2,);
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.section-info {
  background-color: #F2EFED;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow:hidden;


&.saiki {
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
} 

&.desc1 {
  grid-row: span 2;
  grid-column: span 1;
  border-style: ridge;
  border-width: 5px;
  overflow: hidden;
  position: relative;
}

.info {
  margin-top: 10px;
}

&.desc2 {
  grid-row: span 1;
  grid-column: span 1;
  border-style: ridge;
  border-width: 5px;
  overflow: hidden;
  position: relative;
  margin-top:-5px;
}

}

.label {
  background: #91A0AB;
  color: #F2EFED;
  border-style: inset;
  border-width: 5px;
}

#scroll1{
  margin-left: 5px;
  margin-top: 2px;
  overflow-y:scroll;
  height: 150px;
  }
  
#scroll1::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#scroll1::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#scroll1::-webkit-scrollbar-thumb {
  background: #BEC2BE; 
}

/* Handle on hover */
#scroll1::-webkit-scrollbar-thumb:hover {
  background: #b3c4b3; 
}


}

.pictures {
  position: absolute;
}

#nui {
  transition: transform .7s ease-in-out;
}

#nui:hover {
  transform:rotate(25deg);
}

.parentscroll {
  overflow-y: hidden;
  position: relative;
  height:100%;
  width:100%; 
  padding: 8px
}

#scroll2 {
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 15px;
  overflow-y: scroll;
  height: 205px;
  position: relative;
  border-style: dotted;
  border-width: 2px;
}

#scroll3 {
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: -5px;
  overflow-y: scroll;
  height: 205px;
  position: relative;
  border-style: dotted;
  border-width: 2px;
}

#scroll2 p{
  margin-left: 5px;
}

#scroll2::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#scroll2::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#scroll2::-webkit-scrollbar-thumb {
  background: #BEC2BE; 
}

/* Handle on hover */
#scroll2::-webkit-scrollbar-thumb:hover {
  background: #b3c4b3; 
}

#scroll3::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#scroll3::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
#scroll3::-webkit-scrollbar-thumb {
  background: #BEC2BE; 
}

/* Handle on hover */
#scroll3::-webkit-scrollbar-thumb:hover {
  background: #b3c4b3; 
}

#pink{
  color: #B8A2B0
}

.home {
  margin-top:-25px;
  margin-left:645px;
  padding: 15px;
  padding-right:20px;
  background-color: #91A0AB;
  letter-spacing: 4px;
  width:50px;
  border-style: outset;
  border-radius: 20px;
  border-width:5px;
  position:absolute;
  font-size:10px;
}

.home:hover {
  background-color: #749AB8;
}

a {
  color:#F2EFED;
}

#scroll3 img {
  margin-left: 5px;
  margin-right: 0px;
  width:52px;
}
