body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(/pictures/701863.png);
    margin: 0;
}

h1 {
    text-align: center;
    background-color: hsl(199,95%,30%);
    padding: 20px;
    margin: 0;
    text-shadow: -1px 0 rgb(0, 0, 0), 0 1px rgb(0, 0, 0), 1px 0 rgb(0, 0, 0), 0 -1px rgb(0, 0, 0);
    color: white;
}
h2 {
    background: hsla(199, 95%, 30%, 0.363);
    margin: 0;
    padding: 10px;
    margin-bottom: 2%;
}

h2.dungeon {
    margin-top: 23px;
    margin-bottom: 23px
}


hr {
    border: 2px solid black;
    margin: 0;
}

.container{
    display: flex;
    flex-direction: row;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
}

.inner_container1 {
    text-align: center;
    width: 25%;      
}

.inner_container2 {
    text-align: center;
    width: 50%;
    border-left: 2px solid black;
    border-right: 2px solid black;
    height: 54.25rem;

}
.inner_container2 > a:hover {
    background-color: rgb(10, 198, 255);
}

.inner_container3 {
    flex-direction: row;
    text-align: center;
    width: 25%
}
a > img {
    image-rendering: pixelated;
    width: 13.9rem;
}

button {
    width: 80%;
}

.collapse {
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 17px;
    font-size: 15px;
    font-weight: bold;
    min-width: 200px;
    box-sizing: border-box;
    border-radius: 5px;
    border-color: hsl(199,95%,30%);
}

.active, .collapse:hover {
    background-color: rgba(0, 0, 0, 0.253);
    width: 80%;
    padding: 18px;
    border: 2px solid black;
}

.content{
    display: none;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    padding: 18px;
    font-size: 15px;
}

div > a {
    text-decoration: none;
}

div > a:hover h3 {
    color: rgb(255, 255, 255);

}

div > a:visited {
    color: black;
}

.content > div {
    margin-top: 0;
    margin-bottom: 20px;
}

.content > div a {
    display: inline-block;
    width: 79%;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.445);
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 7px;
    margin: -1em;
}

.content > div a:hover {
    background-color: rgb(255, 255, 255);
}

div.dungeons button {
    height: auto;
    width: auto;
}
img {
    border: 3px solid black;
}

