html {
    box-sizing: border-box;
    font-size: 16px;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 1rem;
    font-family: monospace;
    line-height: 1.5;
    padding-left: 20px;
    padding-right: 20px;
}

::selection {
    background: #910112;
}

#thoughts {
    color: inherit;
    text-decoration: inherit;
}

.drawing {
    width: 500px;
    transition: all 0.05s ease;
}

.drawing:hover {
    cursor: help;
    border-style: solid;
    border-width: 5px;
    border-color: #ff0000;
}

.Drawings {
    position: absolute;
    z-index: -1;
    top: 50px;
    right: 40%;
    left: 20px;
}

.poems {
    margin-left: 80%;
    z-index: -2;
    font-size: 15px;
    position: fixed;
}

.right {
    position: absolute;
    margin-right: 10px;
}

.imageBox {
    position: relative;
    float: left;
}

h4 {
    position: absolute;
    top: 460px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.59);
}

.allImages {
    float: inline-start;
}

.beigeTile {
    background-color: rgba(209, 187, 145, 0.65);
}

#HCB_comment_box {
    background-color: rgba(195, 195, 195, 0.37);
}

.mother {
    color: #77909b;
}

#faded {
    position: fixed;
    opacity: 20%;
    z-index: -4;
}

#no {
    font-size: 20px;
    text-align: center;
}