body {
    background-color: #534a3e;
    background-image: url(/assets/img/dot.gif);
    font-family: 'Cherry Swash';
}

.content {
    justify-content: flex-start;
    align-items: flex-start;
}

.container {
    box-shadow: 0px 0px 10px papayawhip;
    height: 100vh;
    width: 600px;
    background-color: white;
    margin-left: 75px;
    padding: 20px;
    box-sizing: border-box;

    justify-content: start;

    outline: papayawhip 1px dotted;
    outline-offset: 5px;
    overflow-y: scroll;
}

h1 {
    font-style: italic;
    margin-top: 0px;
}

h2, h3 {
    margin:15px
}

#banner {
    background-image: url(/assets/bookmarks/train.gif);
    width:100%;
    min-height:225px;
    background-position: center;
    filter:sepia(85%);
    margin-bottom:15px;
    outline: 1px solid #534a3e;
    outline-offset: 5px;
}

section {
    display: inline;
    text-align: center;
}

a {
    color:rgb(136, 121, 98);
    font-style:italic;
}

a:hover {
    font-style: normal;
    color:rgb(104, 84, 52);
}

}