body {
    font-family: monospace;

    background-color: #384565;
    /* background-color: #add8e6; */
    /* background-color: rgb(179, 248, 179); */
    /* background-size: cover; */
    color: #add8e6;
    /* color: #394053; */
}

html {
    /* cursor: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40" height="40" width="40"><text y="26" font-size="32">🚀</text><path d="M0,2 L0,0 L2,0" fill="none" /></svg>'), auto; */
}

a:link {
    /* color: rgb(170, 173, 218); */
    color: #394053;
    color: #add8e6;

}

a:visited {
    color: #394053;
    color: #add8e6;

}

a:hover {
    color: rgb(125, 129, 185);
}

@font-face {
    font-family: Quaaykop;
    src: url(fonts/Quaaykop.otf);
}

#page_info {
    padding: 10%;
    font-size: 26px;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 15vw;
    padding-right: 15vw;
}

#projectImg {
    padding: 5px;
}



.center_text_year {
    /* padding: 12px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 20px;
}

.center_text {
    /* padding: 12px; */
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 20px;
}

#header {
    font-size: 22px;
    /* display: flex; */
    /* justify-content: right; */
    /* position: fixed; */
    /* width: fit-content; */
}

#nameTitle {
    /* seems like there is a space around it and idk why */
    font-family: Quaaykop;
    width: 99%;
    padding: 8px;
    background-color: lightblue;
    background-color: #384565;
    font-size: 108px;
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    top: 0;
    position: sticky;
    z-index: 10;

}

@media (orientation: landscape) {
    #left {
        height: 80vh;
        display: block;
        width: 60%;
        /* background-color: green; */
        overflow-y: scroll;
    }

    #right {
        height: 80vh;
        /* background-color: red; */
        display: block;
        width: 40%;
        overflow-y: scroll;
    }

    .add_flex {
        display: flex;
    }

    .title_squares {
        /* padding-top: 100px; */
        padding-bottom: 100px;
        font-size: 8vh;
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .planet {
        /* interesting visual */
        /* width: 100%;
        height: 220px;     */
        padding: 10px;
        width: 25vw;
        height: 20vw;
        object-fit: cover;
        text-align: right;
        /* background-color: black; */
    }

    .planet_text {
        position: relative;
        /* top: -48px;
        left: 18px; */
        padding-bottom: 20px;
        transform: translate(5%, -10%);
        font-size: 2vw;
        text-align: left;
        word-wrap: break-word;
        word-break: break-all;
    }

    .center {
        /* padding: 12px; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 42vw;
        object-fit: cover;
    }

    iframe {
        width: 50vw;
        height: 27.8vw;
    }
    .video {
        /* display: flex;
        justify-content: center; */
        width: 50vw;
        object-fit: scale-down;
    }

    .TitleOfWork {
        display: flex;
        justify-content: center;
        font-size: 4vw;
        text-align: center;
        /* position: sticky; */
        /* top: 100px; */
    }
}


@media (orientation: portrait) {
    #left {
        height: 32vh;
        display: block;
        width: 100%;
        /* background-color: green; */
        overflow-y: scroll;
        background-color: #384565;
        margin-top: 20px;
    }

    #right {
        height: 40vh;
        /* background-color: red; */
        display: block;
        width: 100%;
        overflow-y: scroll;
    }

    .add_flex{

    }

    .title_squares {
        /* padding-top: 100px; */
        /* padding-bottom: 100px;
        font-size: 8vh;
        display: flex;
        width: 100%;
        justify-content: center; */
    }

    .planet {
        /* interesting visual */
        /* width: 100%;
        height: 220px;     */
        padding: 10px;
        width: 72vw;
        height: 33vw;
        object-fit: cover;
        text-align: right;
        /* background-color: black; */
    }

    .planet_text {
        position: relative;
        /* top: -48px;
        left: 18px; */
        padding-bottom: 20px;
        transform: translate(-5%, -5%);
        font-size: 6vw;
        text-align: right;
        word-wrap: break-word;
        word-break: break-all;
    }

    .center {
        /* padding: 12px; */
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90vw;
        object-fit: cover;
    }

    iframe {
        width: 90vw;
        height: 50.8vw;
        justify-content: center;
    }
    .video {
        /* display: flex;
        justify-content: center; */
        width: 90vw;
        object-fit: scale-down;
    }

    .TitleOfWork {
        display: flex;
        justify-content: center;
        font-size: 10vw;
        text-align: center;
        position: sticky;
        top: 0px;
        background-color: #384565;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#page_index {
    /* display: flex; */
    /* flex-direction: row; */
    overflow-y: hidden;
}





#videoContainer {
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    /* inset-block: 20;
    float: left; */
    /* flex: 50%; */
    padding: 10px;
}








#container {
    display: block;
}



figure {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

figcaption {
    /* background-image: linear-gradient(transparent,black); */

}






.centered-squares {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#year_style {
    display: flex;
    flex-direction: column;
    width: 100vw;
}

/* .planet:hover {
    background-color: blue;
} */

.planetGlow {
    box-shadow: 0px 0px 150px #ffffff;
}

.planetName {
    background-color: aquamarine;
}

.planet:hover+.planetGlow {
    width: 180px;
    height: 180px;
    box-shadow: 0px 0px 15px #000000;
}

.tag {
    width: fit-content;
}

.tag a:hover {
    font-size: 50px;
    color: aquamarine;
    background-color: purple;
    overflow: hidden;
}

.h1 .tag {
    font-size: 42px;
    color: aqua;
    background-color: black;
    max-width: 10%;
    font-family: Quaaykop;
}

.hide_by_default {
    display: none;
    box-suppress: hide;
}



/* p5js */
#defaultCanvas0 {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: -1;
    display: block;
}




.dropbtn {
    background-color: transparent;
    color: black;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;

}

.dropbtn:hover,
.dropbtn:focus {
    /* background-color: whitesmoke; */
}

.dropdown {
    position: fixed;
    display: inline-block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: whitesmoke;

}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.rotated-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}