body{
    display: flex;
    flex-wrap: nowrap;
    background-color:black;
    cursor: url(kurzor.png), default;
}

#box-left, #box-right {
    width: 20vw;
    min-width: 10vw;
}

#box-left {
    display: flex;
    justify-content: center;
    text-align: center;
}

#box-center {
    flex: 1;
    justify-content: center;
    text-align: center;
    display: flex;
}

#side-panel{
    background-color: #0d0c0c;
    border: solid 2px #612a1f;
    padding: 5px;
    min-height: 500px;
    width: 15vw;
    position: fixed;
    top: 50%;
    translate: 0 -50%;
    font-size: 20px;
    color:palegoldenrod;
    
    
}

/* content includes all content that is not the side panel */
#content {
    width: 60vw;
}

.def{
  background-color: #0A0E09;
  border:solid 2px #612a1f;
  color: palegoldenrod;
  font-size: larger;
  padding: 15px;
  font-family: GEorgia;
}

.defp{
  background-image:url(papir.jpg);
  border:solid 2px #612a1f;
  color: #271b18;
  font-size: larger;
  padding: 15px;
  font-family: GEorgia;
}
.defp2{
  background-color: #0d0c0c;
  border:solid 2px #612a1f;
  color: #d3b5ab;
  font-size: larger;
  padding: 15px;
  font-family: GEorgia;
}

/* #head includes all content at the top of the page that is not the comic */
#head {
    margin: 25px auto;

}

img {
    display: inline;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.page {
    margin: 5px auto;
    color:palegoldenrod
}


@media (max-width: 800px) {
    #box-right {
        display: none;
    }

    /* #box-left {} */
}

a {
    color: orangered;
}
a:hover {
  color: sandybrown;
}
h1 {
    color: wheat;
    font-size: 90px;
    font-family:Impact, Haettenschweiler, ;
}
h3 {
    color: ORANGERED;
    font-size: 30px;
    font-family:Impact, Haettenschweiler, ;

}
h2 {
    font-size: 20px;
    font-family:Impact, Haettenschweiler, ;
}
h4 {
    color: #140e0c;
    font-size: 30px;
    padding: 5px
    font-family:Impact, Haettenschweiler, ;

}
hr{
width:80%;
height:1px;
background-color: brown;
border-color:brown;
opacity: 1;
margin:auto;
}
