body {
    /* background-color: #595946; */
    /* background-color: #f4ffeb; */
    background-color: #ffffff;
    font-family: sans;
}

pre {
    font-size: 12px;
    font-weight: bold;
    width: fit-content;
    margin: auto;
    background-color: #ffffff;
}



.content {
    background-color: #ffffff;
}

.tamas {
    background-color: #ffffff;
    margin: auto;
    width: auto;
}

.tamanewline {
    display: block;
}

.tamaoffset {
    /* display: inline-block; */
    background: #ffffff;
    width: 149px;
    height: 50px;
}

.tamahex {
    display: inline-block;
    background: transparent url("kindle.png") no-repeat;
    width: 859px;
    height: 611px;
   /* padding-top: 10px;*/
    padding-left: 15px;
    margin: 6px 6px -140px 6px;
    background-color: transparent;
	filter: drop-shadow(8px 8px 15px);
}

.tamalcd {
    cursor: pointer;
    width: 70%;
    height: auto;
    padding-left: 130px;
    padding-top: 200px;
    margin-top: -10%;
    image-rendering: pixelated;;
    
    
    
}

#ovl {
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
    display: block;
}


#bigTama {
    position: relative;
    visibility: hidden;
 	/*padding-top: 20%;*/
 	margin-top: 1%;
    z-index: 1001;
    width: auto;   /* make it take 80% of the screen width */
    height: 95%; /* preserve aspect ratio */
}

#content {
    background-color: #ffffff;
    width: 900px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
}

#header {
    background-color: #ffffff;
    width: auto;
    height: 20%;
    padding-top: 20px;
    padding-right: 35px;
}

#text {
    background-color: #efffe0;
    width: auto;
    /*padding: 10px;*/
    margin: 0px;
}

#header ul {
    margin-top: -10px;
}

#header li {
    display: inline;
    margin-right: 20px;
}

a:link {
    color: #707058;
}

a:visited {
    color: #707058;
}

a:hover {
    color: #a0b090;
}

a:active {
    color: #707058;
}

a {
    text-decoration: none;
}

.audio-controls {
border: 1px solid #000000;
padding: 10px;
background: #ffffff;
display: inline-block;
}


.ascii-button {
background: none;
border: none;
color: #000000;
font-family: monospace;
cursor: pointer;
margin: 0 5px;
}


.ascii-button:hover {
color: #ff0;
}


.ascii-bar {
-webkit-appearance: none;
appearance: none;
width: 200px;
height: 1em;
background: white;
color: #0f0;
border: 1px solid #000000;
margin: 0 5px;
cursor: pointer;
}


.ascii-bar::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 1ch;
height: 1em;
background: #000000;
color: #000000;
font-size: 1em;
cursor: pointer;
}


.ascii-bar::-moz-range-thumb {
width: 1ch;
height: 1em;
background: #0f0;
border: none;
cursor: pointer;
}


