@font-face {
  font-family: "undertale"; 
  src: url('undertale.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

body {
  background-image:url('spacebg.gif');
  background-repeat: repeat;
  color: ivory;
  letter-spacing:0.25em;
  font-family: "undertale";
  font-size: 1em
  
}
header {
  text-align: center
}
h1 {
  text-align: center;
}
  
.container{ 
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  margin-left: auto;
  margin-right: auto;
  width: 75vw;
  align-items: start; 
  overflow: visible;
  
}
.woah:hover{
  transform: rotate(5deg) scale(1.1);
  box-shadow: 0.3vw 0.3vw 3vw rgba(255, 255, 255, 0.6);
  transition: transform 0.3s ease;
}
div:not(.invis){
  padding: 2vw;
 box-shadow: rgba(144, 144, 181, 0.17) 0px -23px 25px 0px inset, rgba(144, 144, 181, 0.15) 0px -36px 30px 0px inset, rgba(144, 144, 181, 0.1) 0px -79px 40px 0px inset, rgba(144, 144, 181, 0.06) 0px 2px 1px, rgba(144, 144, 181, 0.09) 0px 4px 2px, rgba(144, 144, 181, 0.09) 0px 8px 4px, rgba(144, 144, 181, 0.09) 0px 16px 8px, rgba(144, 144, 181, 0.09) 0px 32px 16px;
  overflow:visible;
  margin: 3vh 1vh;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 1);
  border-width: 0.3vh;
  background-color: black;
}
nav {
  background-color:rebeccapurple;
  border-style: solid;
  border-color: rgba(35, 37, 71, 1);
  border-width: 0.3vh;
  margin: auto;
  text-align: center;
  padding: 1vh
}

 .left::-webkit-scrollbar {
   width: 0;
 }
  .center::-webkit-scrollbar {
   width: 0;
 }
  .right::-webkit-scrollbar {
   width: 0;
 }

.left {
  grid-column: 1 / 2;
  overflow-y: auto;
  
}
.center{
  grid-column: 2 / 3;
  overflow-y: auto;
}
.right {
  grid-column: 3 / 4;
  overflow-y: auto;
}

#pfp {
  border-radius: 30%;
  background-color: rgba(35, 37, 71, 1);
  border: none;
  padding: 0;
  text-align: center
}
a {
  color: rebeccapurple;
}
nav > a {
  color: white;
  padding: 1vw
}
.standardcss {
  display: none!important
}

 @media screen and (max-width:993px) {
      .bigscreen {
        display: none!important
      }
      .container {
        width: 100%;
      }
      body {
        font-size: 1vh
      }
      #meyay {
        width: 15em;
        height: 15.2em;
      }
 }
@media screen and (min-width:993px) {
    .smallscreen {
      display: none!important;
      }
}
