body {
  font-family: -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Oxygen-Sans,
                Ubuntu,
                Cantarell,
                "Helvetica Neue",
                sans-serif;
  margin: 0;
  padding: 0;
}


/* The site's logo, a tree, shown in top left */
#logo img {
    width: 40px;
}

/* Heading font */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  color: #513525;
  text-shadow: 1px 1px 0.3px #ffe2cbba;
}

@media only screen and (max-width: 600px){
    body {
        color: darkslategrey;
    }
}

html {
    height: 100%;
    background-color: #ea7e0073;
    background-image: url('/general/black-paper.png');
}


#outer_container {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #dcbfad;
    padding: 10px;
    border-radius: 10px;
    border: 3px solid #3d1e07;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    background-image: url('/general/billie-holiday.png');
}
