body, html {
    padding: 0;
    margin: 0;
    height: 86%;
    background-image: url(bgstorylore.png);
    color: #FFF;
    font-family:fantasy;
    border-top: groove aqua;
    box-sizing: border-box;
}

.page h1:first-child {
    margin-top: 0;
}

iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.page {
    background-color: black;
    padding: 24px;
}

img {
    max-width: 100%;
}

a {
    color: yellow;
}

.avatar {
    width: 325px;
    height: 325px;
}

.wrapper {
    position: relative;
    top: 50%;
    margin: auto;
    margin-top: -200px;
    width: 950px;
    height: 400px;
}

.sidebar {
    float: right;
    width: 200px;
    height: 100%;
}

.main {
    float: right;
    width: 750px;
    height: 150%;
    border: 3px double aqua;
    box-sizing: border-box;
    background-image: url(favoritemediabg.png)
}

.menu {
    padding: 24px;
    text-align: center;
}

.menu a {
    display: inline-block;
    padding: 3px 6px;
    color: aqua;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.menu a:hover {
    background:#ff80cd;
    color: #000;
}

h1, h2, h3, h4 {
    color: yellow;
}

h1 {
    font-size: 20px;
    background: yellow;
    color: #000;
    display: inline-block;
    padding: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 1px dashed yellow;
    padding-bottom: 4px;
    margin-top: 2rem;
}

.border {
    padding: 2px;
    border: 1px solid yellow;
}

th, td {
    padding: 6px 12px;
    vertical-align: top;
}

th {
    background: yellow;
    color: black;
}

.width-50 {
    width: 50%;
}