@font-face {
    font-family: "meooooowwwwwwwww";
    src: url('./june/lumend.otf');
  }

  * {font-family: 'meooooowwwwwwwww';}
h1{
    font-size: 4em;
}

.hidden {
    display: none;
}

#rotate {
    width: 100px;
    rotate: 90deg;
}

.big-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    gap: 30px;
    padding-left: 5%;
    padding-right: 5%;
    
}

.small-container {
    width: 30%;
}

.small-container section{
    background-color: rgba(249, 255, 231, 0.246);
}
.img-container {
    position: relative;
    width: 100%;
}

.web-ring-img-container {
    position: relative;
}

.my-internet-blog {
    position: absolute;
    top: 65%;
    left: 25%;
}


.maystein {
    position: absolute;
    top: 30%;
    left: 50%;
}

.audrey-sketchbook-corner{
    width: 30%;
}

#sketchbook {
    filter:invert(0.8);
    object-fit: cover;
    width: 100%;
    transition: ease-in-out 0.1s;
}

#sketchbook:hover {
    filter:invert(0);
}

.shrink-dat-image {
  display: block;
  width: 80%;
  height: auto;
  margin: auto;
  justify-content: center;
}

iframe {
    overflow: hidden;
    border: dotted;
    border-width: 2px;
}

body {
    background-color: rgb(3, 23, 23);
    color: aliceblue;
}

a {
    color: purple;
}

