html{
  background: black
}

body{
  color:white;
  font-family: "msdos";
  width: 99%;
  line-height: 1.4;
  image-rendering: pixelated;
}

audio{
  width: 100%;
  position: fixed;
  top:97.6%;
  height: 15px;
  background: black;
  border: 1px white solid;
}

/*panel*/
audio::-webkit-media-controls-panel{
  background: black;
  box-shadow: 1px 1px 1px black, 1px 1px 1px black, -1px -1px 1px black, -1px -1px 1px black;
}

/*time text*/
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display{
  color: white;
  font-family: "msdos";
  position: relative;
  top: 8%;
}

/* volume control*/
audio::-webkit-media-controls-volume-slider{
  background: white;
}
/* timeline*/
audio::-webkit-media-controls-timeline{
  margin-left: 10px;
  margin-right: 10px;
  min-height: 4px;
  padding: 5px;
  background: white;
  height: 0.001%;
  
}

/*play buttons*/
audio::-webkit-media-controls-play-button{
  margin-left: 10px;
  margin-right: 10px;
  background: white; 
  height: 10px;
}
/* mute buttons*/
audio::-webkit-media-controls-mute-button{
  margin-left: 10px;
  margin-right: 10px;
  background: white; 
  height: 10px;
  position: relative;
  top: 35%;
}

.title{
max-width: 99%;
min-width: 99%;
display: flex;
flex-direction: row;
}

.awardlogo{
height: 50px;
}

.bios-text{
  text-align: left;
  width: 100%;
  height: fit-content;
  line-height: 1.4;
  margin-left: 10px;
  margin-top: 5px;
}
.energystar{
  text-align: right;
}

.text{
  width: 100%;
}

.memorytest{
  position: relative;
bottom: 30px;
}

.title-ul{
   text-align: center;
  justify-content: center;  
  vertical-align: middle;
  margin: auto;
}

button{
   border: white 5px double;
   color: white;
   font-family: "msdos";
   background: black;
}

.iframe-container{
  border: white 5px double;
  width: 98%;
  text-align: center;
  }
  
iframe{
  width: 100%;
  height: 100%;
  border: none;
  height: 500px;
}

ul{
  
  padding: 20px;
  
  vertical-align: middle;
}

a{
  color: white;
  text-decoration: underline;
}

a:unvisited{
  color: white;
  text-decoration: underline;
}

a:visited{
  color: white;
  text-decoration: underline;
}

a:hover{
  text-decoration: underline;
  color: grey;
}

a:active{
  text-decoration: underline;
  color: grey;
}


@font-face{
font-family: "msdos";
src: url(/fonts/clacon2.woff2);
}

/* phone */
@media only screen and (max-width: 600px) {
 html{
  zoom: 65%;
 } 
 ul{
   width: 90%
 }
 .title{
max-width: 100%;
min-width: 100%;
}
.text{
  width: 100%;
}
} 