body {
    margin: 0;
    background-color: #181818;
}

.splide__slide {
    padding: 0;
    background-color: #181818;
    font-family: "JetBrains Mono", monospace;
    color: whitesmoke;
    background-image: radial-gradient(circle at center, #383838 1px, transparent 1px);
    background-size: 3vmin 3vmin;
    background-repeat: repeat;
    width: 100vw;
    height: 100vh;
}

.splide__arrows {
    position: fixed;
    width: 800px;
    height: 400px;
    x: 30px;
    y: 40px;
    background-color: #38383877;
}

.splide__arrow {
    position: relative;
}

/*.splide__arrow {*/
/*    width: 10vmin;*/
/*    height: 10vmin;*/
/*    color: whitesmoke;*/
/*    background-color: #58585888;*/
/*    font-size: 4vmin;*/
/*    svg {*/
/*        fill: white;*/
/*    }*/
/*}*/

.links {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;

    margin-bottom: 0.5%;
    margin-left: 5%;
    width: 20%;
    padding: 1%;
    text-align: center;
}

.links_bg {
    background-color: #38383877;
    width: fit-content;
    margin: auto;
}

.splide_button {
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
}

.splide_button:hover {
    background-color: #181818ee;

}

.splide_button:active {
    background-color: #343434ee;
}

.github_button {
    margin: auto;
    border-width: 0;
    color: transparent;
}

.github_img {
    bottom: 0;
    left: 0;
    width: 4vmin;
    height: 4vmin;
    filter: invert(86%) sepia(100%) saturate(0%) hue-rotate(36deg) brightness(105%) contrast(107%);
}

.sidebar {
    background-color: #38383877;
    margin-left: 5%;
    margin-top: 3%;
    width: 20%;
    border-radius: 4px;
    padding: 1%;
    text-align: center;
}

.image_div {
    position: absolute;
    background-color: #383838;
    padding: 0.5%;
    border-radius: 4px;
}

.showcase_img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    border-width: 0;
}

.external_link {
    color: dodgerblue;
}

