nav img{
	width: 100%;
}
footer{
	padding-top: 10px;
}
footer img{
	width: 100%;
}
body{
	text-align: center;
	font-family: nunito;
    color: #fefefe;
    background: #000000;
}
@font-face{
    font-family: nunito;
    src: url(../fonts/nunito.ttf);
}
.trax{
	display: inline-block;
    margin: 5px 0px;
}
.trak span { 
	font-weight: bold;
	font-size: medium;
	border: 1px white solid;
	padding: 5px;
	width: 100px;
	height: 60px;
 }
 .trak a{
 	margin-top: 30px;
 }
 .trak a img{
 	max-width: 30px;
 	max-height: 30px;
 	border: 1px solid white;
 	position: relative;
 	top: 10px;
 }
