body{
	background: #000000;
	font-family: nunito;
    color: #fefefe;
 	text-align: center;
}
@font-face{
    font-family: nunito;
    src: url(../fonts/nunito.ttf);
}
.nav img{
	width: 100%;
}
table{
	width: 100%;
}
.label{
	text-align: right;
	font-weight: bold;
}
.value{
	text-align: left;
	padding-left: 5px;
}
.trak audio{margin: 10px 0px;}
.trak a{
	text-decoration: none;
	background: #fefefe;
	color: #000000;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;	
}
.trak a:hover{
	background: blueviolet;
}
footer img{
	width: 100%;
	margin-top: 20px;
}
.tClose{
	display: none;
}
.tOpen{
	display: block;
}
@media(max-width: 645px){
	.timg img{
		width: 100%;
	}
}
