@font-face {
    font-family: Atkinson-Hyperlegible;
    src: url("../_fonts/Atkinson-Hyperlegible-Regular-102.ttf") format('truetype');
}

@font-face {
    font-family: Atkinson-Hyperlegible;
    src: url("../_fonts/Atkinson-Hyperlegible-Bold-102.ttf") format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Atkinson-Hyperlegible;
    src: url("../_fonts/Atkinson-Hyperlegible-Italic-102.ttf") format('truetype');
    font-style: italic;
}

@font-face {
    font-family: Atkinson-Hyperlegible;
    src: url("../_fonts/Atkinson-Hyperlegible-BoldItalic-102.ttf") format('truetype');
    font-style: italic; 
    font-weight: bold;
}

@font-face {
	font-family: 'WimpyPlayerGlyphs';
	src: url('wimpy.eot?960728172');
	src: url('wimpy.eot?960728172#iefix') format('embedded-opentype'),
		 url('wimpy.woff2?960728172') format('woff2'),
		 url('wimpy.woff?960728172') format('woff'),
		 url('wimpy.ttf?960728172') format('truetype'),
		 url('wimpy.svg?960728172#wimpy') format('svg');
	font-weight: normal;
	font-style: normal;
  }

body {
    font-family: 'Atkinson-Hyperlegible', sans-serif;
    margin: 0, 10;
    background-color: rgb(29, 27, 27);
    color: rgb(222, 219, 219);

}

hr {
    color: aliceblue;
}


.centre {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 20%;
}


.sidenav {
    width: 130px;
    position: fixed;
    order: 1;
    top: 20px;
    left: 10px;
    
    overflow-x: hidden;
    padding: 8px 0;    
}

.sidenav a {
    padding: 6px 16px;
    display: block;
    border: 3px solid grey;
    font-weight: bold;
    
}

a {
    color: #c61515;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color:#d87093;
    font-weight: bold;
} 



.main {
    order: 2;
    margin-left: 180px;
    padding: 0px 10px;
    
}


.musicPlayer img{
    width: 120px;
    height: auto;
    float: left;
}

.musicPlayer h2, h3{
    padding-left: 135px;
}

.game {
    width: 50%;
    height: auto;
}

#infobox {
    background-color:darkcyan;
    border: 5px solid black;

    padding: 10px;

    width: 50%;
    margin: auto;  
    
    z-index: 100;
    position: relative;
}

.imgHover:hover {
    cursor: pointer;
    

    z-index: 0;
    position: relative;
}

.tab {
    overflow: hidden;
    border: 2px solid gray;
    background-color: black;
    color:#c61515 ;
    font-weight: bold;
}

.tab button {
    background-color: inherit;
    color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-weight: bold;
}

.tab button:hover {
    text-decoration: underline;
    color:#d87093;
    font-weight: bold;
}

.tab button.active{
    text-decoration: underline;
    color:#d87093;
    font-weight: bold;
}

.tabcontent {
    display:none;

}

/* a {
    text-decoration: underline;
    color: rgb(222, 219, 219);
} */

