#main {
    max-width: 48%;
    line-height: 1.2;
    /* text-indent: 1em; */
    background-color: #e9dbc8;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-left: 2%;
}

body {
    margin: 2%;
    background-color: white;
    height: 100%;
    /* max-height: 100vh; */
}

.keebpic {
    max-width: 100%;
}

#pics {
    max-width: 48%;
    margin-right: 0;
    margin-left: auto;
    margin-top: 5px;
    float: right;
    max-height: 70vh;
    overflow: auto;
}

header {
    height: 10vh;
    text-indent: 3em;
    padding-top: 1em;
}

html {
    background-color: aquamarine;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Mono', monospace;
}

header {
    background-color: palevioletred;
    box-shadow: 0px 5px #b39800;
    margin-bottom: 5px;
}

p {
    margin: 2em;
    text-align: justify;
}

#player {
    margin: 2em;
    max-width: 89%;
}