body {
    background-color: black;
    color: white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.mono {
    font-family:'Courier New', Courier, monospace
}

div {
    margin: 0;
    padding: 0;
}

#main {
    width: min(100vw, 30rem);
    margin: auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    text-align: center;
    position: relative;
}

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    top: 0;
    left: -7.5rem;
}

#sidebar {
    position: fixed;
    width: 7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}

#sidebar-open {
    display: none;
}

#sidebar-close {
    display: none;
}

#profile-container {
    display: inline-block;
    width: 15rem;
    position: relative;
}

#profile {
    width: 100%;
    padding: 0;
}

#profile-pet {
    position: absolute;
    left: 15%;
    top: 10%;
    width: 65%;
    height: 35%;
    cursor: -webkit-grab;
    cursor: grab;
}

a:link {
    color: #b2e897;
}

a:visited {
    color: #658c51;
}

p {
    width: 100%;
}

p.left {
    text-align: left;
}

p.indent {
    margin-left: 1.5rem;
}

p.right {
    text-align: right;
}

h1 {
    margin-top: 0;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: normal;
}

h2 {
    margin-top: 0;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: normal;
}

.wide-space {
    display: inline-block;
    width: 0.7rem;
}

/* comics */

#comics {
    width: 100%;
}

.comic-img {
    position: relative;
    box-sizing: border-box;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%;
}