/** { border: 1px solid red !important; }*/

body {
    display: block;
    position: static;
    margin: 100px;
    background-color: #1c2327;
    overflow-x: hidden;
    font-family: "Karla";
}

p {
    color: white;
    font-weight: 100;
    left: 50%;
    bottom: 80px;
    opacity: 75%;
}

.scribble {
    position: sticky;
    top: 50px;
    bottom:0px;

    margin: auto;
    width: 50%;
    padding: 10px;
    z-index: 1;
}

.spacer {
    margin: auto;
    width: 35%;
    padding: 10px;
    line-height: 2;
    height: 2000px;
    z-index: -1;
}

.spacer2{
    height: 1000px;
}

#image {
    width: 40vw;
}

.example::-webkit-scrollbar {
    display: none;
}


#back {
    position: static;
    float:right;
    color: #517ff5;
    right: 50px;
    top: 900px;
    font-family: "Public Sans";
    font-weight: bold;
    font-size: 20px;
}

#back:hover {
    color: white;
}
