@font-face {
    font-family: "Tiltortion" ;
    src: url("fonts/Tiltortion.otf");
}
h1 {
    color:rgb(233, 120, 14);
    font-size: 72px;
}
.body{
    cursor: url("png/ffff.png"), pointer;
}
body {
    background-color: rgb(255, 255, 255);
    font-family: "Tiltortion";
    font-size: 24px;
}
.site {
    min-height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-areas: "header" "main" "left-sidebar" "right-sidebar" "footer";     
    gap: 1rem;
    padding: 1rem;
    background-color: #fdfdff;
    z-index: -1;
  }
  
  @media (min-width: 600px) {
    .site {
      grid-template: "header           header             header"         min-content
                     "left-sidebar     main               right-sidebar"  1fr
                     "footer           footer             footer"         min-content
                 / minmax(auto, 250px) minmax(250px, 1fr) minmax(auto, 250px);    
    }
  }
  header {
    grid-area: header;
    font-size: 69px
  }
  
  .left-sidebar {
    grid-area: left-sidebar;
  }
  
  .right-sidebar {
    grid-area: right-sidebar;
    text-align: center;
  }
  
 div .main {
    padding: 0px;
    background-image: url("gifs/syda.jpeg");
    background-size: cover;
    background-position: center;
  }

div .main img {
    position: relative;
    object-fit: scale-down;
    height: 100%;
    max-height: 100%;
    max-width: 30vw;
    border-radius: 4px;
  }  

  .marquee {
    --items:21;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: calc(150px * var(--items));
    overflow: hidden;
    background: white;
    white-space: nowrap;
  }
  .marquee--inner {
    display: block;
    width: 200%;
    position: absolute;
    animation: marquee 10s linear infinite;
  }
 
  span {
    float: left;
    width: 50%;
    overflow: hidden;
  }
  
  @keyframes marquee {
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
  }
  footer {
    grid-area: footer;
  }
  .site > * {
    background-color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;  
    color: #f38801;
    border-radius: 10px;
    box-shadow:
      0.3px 0.5px 0.7px #1e05ff5c,
      0.8px 1.6px 2px -0.8px rgba(4, 28, 244, 0.36),
      2.1px 4.1px 5.2px -1.7px rgba(5, 37, 247, 0.36),
      5px 10px 12.6px -2.5px rgba(21, 8, 255, 0.36);  
  }
  * {
    box-sizing: border-box;
  }
  html {
    height: 100%;
    font: 24px/1.6 'Courgette', cursive;
  }
  body {  
    height: 100%;
  }
  .t {
    background: transparent;
    border: 1px dashed #fff;
    box-shadow: none;
  }
.hello {
    position: absolute;
    top: 0;
    width: 100vh;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
    z-index: 10;
}
.suurgif {
    position: relative;
    z-index: 1;
    width: 10vw;
}
.gif13{
    position: fixed;
    right: 40vw;
    top: 70vw;
    width: 40%;     
}
img {
   max-height: 135px;
   border-radius: 4%;
}
.gif5{ 
    position: fixed;

}
.gif9{
     position: fixed;
}
.gif12{
    position: fixed;
    
}
.gif12{
     position: fixed;

}
.gif7{
    position: fixed;

}
.gif8{
    position: fixed;

}
.gif1{
    position: fixed;
}
.gif10{
    position: fixed;
    
}
.gif6{
    position: fixed ;

}
.about {
    font-size: 5vw;
}
@media (max-width: 800px) {
body {
    background-color: rgb(255, 255, 255);
}
}