/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */ 

body {
  background-color: #d1c9ff;
  background-image: url("https://internest.no/pusk.jpg");
  background-repeat: repeat;
  color: #d1c9ff;
  font-family: "bluescreen";
} 


/* zoom ins */ 

.my_eyez
{
display: block; 
margin: auto;
width: 80px; 
}

.my_eyez:hover
{
  transform: scale(1.5);
}

.my_tinystamps
{
height: 31px; 
}

.my_tinystamps:hover
{
  transform: scale(2);
}

.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
  opacity: 0.027861;
  }
  5% {
  opacity: 0.034769;
  }
  10% {
  opacity: 0.023604;
  }
  15% {
  opacity: 0.010626;
  }
  20% {
  opacity: 0.018128;
  }
  25% {
  opacity: 0.010626;
  }
  30% {
  opacity: 0.018128; 
  }
  35% {
  opacity: 0.023604;
  }
}

.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 4.45s infinite;
}


@font-face {
         font-family: 'bluescreen';
         src: url('fonts/Blue%20Screen%20Personal%20Use.ttf'); /* Add other formats if needed */
         /* Add other properties like font-weight and font-style if needed */
     }
 

@font-face {
         font-family: 'moonic';
         src: url('fonts/MOONIC%20italic%20ttf.ttf'); /* Add other formats if needed */
         /* Add other properties like font-weight and font-style if needed */
     }

@font-face {
         font-family: 'dreemur';
         src: url('https://internest.no/fonts/Dreamer%20TM.ttf'); /* Add other formats if needed */
         /* Add other properties like font-weight and font-style if needed */
     }
 

#lacel {
        position: relative;
    }
    #lacel img {
        position: absolute;
        top: 0px;
        right: 0px;
    }

#lacer {
        position: relative;
    }
    #lacer img {
        position: absolute;
        top: 0px;
        right: 0px;
    }

#changelog{
  height:180px;
    width: 380px;
    border: ridge black 4px;
    margin-top: 30px;
    margin-left: 1030px;
    padding: 7px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: no-scroll;
    background-color: #030303;
    background-image=('');
}

#png2 {
    position:absolute;
    top:100px;
    left:100px;
    z-index:1;
}
 
#png3 {
    position:absolute;
    top:200px;
    left:100px;
    z-index:1;
}

#bandcamp {
    position:absolute;
    top:200px;
    left:100px;
    z-index:2;
}


::-webkit-scrollbar {
    width: 16px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #fff;
    background-image: url(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-track {
    background-color: #d1c9ff;
    background-image: url(https://i.imgur.com/IGXGYKz.png);
}
