body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

@font-face {
    font-family: "Pilowlava";
    src: url("/static/fonts/Pilowlava-Regular.woff2") format("woff2"),
}


@media (max-width: 768px) {
    .bio {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}


body {
    cursor: url("images/cursor.png") 5 40, auto;
    
}

a {
    cursor: url("images/cursorwhite.png") 5 40, auto;
}

.main_page {
    height: 100vh;
    background: url("images/landscape2.png"), linear-gradient(to bottom, blueviolet, pink, blue) ;
    background-size: cover;
    background-position: center;

    position: relative;

    display: flex;
    flex-direction: column;
    box-sizing: border-box;   
}

.name {
    top: 5vh;
    right: 5vw;
    box-sizing: border-box;
    position: absolute;
    z-index: 5;
    text-align: right;

}
h1 {
    color:black;
    font-weight: 400;
    font-family: "Pirata One";
    font-style: normal;
    font-size: 10rem;
    text-align: left;

}

h2 {
    color: black;
    font-family: "Pirata One";
    font-weight: 70;
    font-size: 2rem;
    
}

.menuicons {
    bottom: 10vh;
    right: 5vw;
    box-sizing: border-box;
    position: absolute ;
    text-align: right;
    z-index: 4;
    
}

.menuicons a {
    text-decoration: none;
    user-select: none;
}



.meme img {
    width: 840vw;
    max-width: 840px;
    min-width: 20px;
    position: absolute;
    top: 5vh;
    left: 10vw;
    z-index: 1;
    mix-blend-mode: multiply;
    box-sizing: border-box;
}
.fire3 img {
    width: 30vw;
    max-width: 80px;
    min-width: 340px;
    position: absolute;
    bottom: 15vh;
    left: 7vw;
    z-index: 2;
}
.menu {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 5vh;
    z-index: 4;
    

    background-color: black;
    box-sizing: border-box;
}

.projects {
    list-style: none;
    display: flex;
    justify-content: center;

    margin: auto;
    gap: 5vw;
    box-sizing: border-box;
}

.projects a {
    color: blueviolet;
    font-family: "Texturina", serif ;
    font-weight: 400;
    font-size: 1.5rem;
    font-style: italic;
    text-decoration: none;

    cursor: url("images/cursorwhite.png") 5 40, auto;
    user-select: none;
}

h3 {
    color:black;
    font-family: "Pirata One";
    font-weight: 400;
    font-size: 2rem;    
}

p {
    color: black;
    font-family: "Texturina", serif ;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    max-width: 40ch;
}

p1 {
    color: black;
    font-family: "Texturina", serif ;
    font-weight: 400;
    font-size: 1.5rem;
}
.bio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    min-height: 100vh;
    padding: 6rem 10vw;
  


    background: linear-gradient(to bottom, blueviolet, pink, blue);
    background-position: center;
    background-size: cover;
}

.biocolumn {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 7vh;
}

.exhibition {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    min-height: 100vh;
    padding: 6rem 10vw;

    background: linear-gradient(to bottom, blueviolet, pink, blue);
}

.exhtext {
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 1vh;
}




