body {
    background-image: url('../graphics/pantheon.png');
    background-size: contain;
    margin: auto;
    height: 1378px;
}

.content {
    border-image: url('https://www.foollovers.com/mat/plate/pl035-plate-j02.gif');
    padding: 0;
    border-image-slice: 40%;
    border-image-width: 30px;
    border-image-outset: 15px;
    border-image-repeat: round;
    border-style: solid;
    position: relative;
    max-width: 15em;
}

.content img {
    max-height: 22em;
    width: auto;
}

.content-inner {
    background-color: rgb(255 241 224);
    box-sizing: border-box;
    overflow-y: scroll;
    padding-left: 0.35em;
}

.quiet-american-img {
    background-image: url('https://covers.shakespeareandcompany.com/97800994/9780099478393.jpg');
    box-shadow: 8px 6px 35px 15px white inset;
    background-size: 95%;
    border-image: url('https://www.foollovers.com/mat/plate/pl035-plate-j02.gif');
    padding: 0;
    width: 13em;
    height: 20em;
    border-image-slice: 20%;
    border-image-width: 30px;
    border-image-outset: 15px;
    border-image-repeat: round;
    border-style: solid;
    position: relative;
    top: 2em;
    left: 6em;
}

.header{
    position: absolute;
    font-family: 'RomanceA';
    font-size: 80px;
    width: 700px;
    bottom: 3.1em;
    left: -0.5em;
}

a:-webkit-any-link {
    color: #e92f8000;
}

ul[role=menu] {
    font-family:'NeueBit';
    font-size: 150%;
}

@font-face {
    font-family:'NeueBit';
    src: local('NeueBit'), url('../fonts/NeueBit.otf');
}

@font-face {
    box-sizing: content-box;
    font-family: 'Mondwest';
    src: local('Mondwest.otf'), url('../fonts/Mondwest.otf');
    font-weight: 400;
}

@font-face {
    box-sizing: content-box;
    font-family: 'RomanceA';
    src: local('RomanceA.ttf'), url('../fonts/RomanceA.ttf');
    font-weight: 600;
}