
@font-face { 
	font-family: "Muli"; 
	src: url("Mulish-ExtraLight.ttf"); 
}


body{
    font-family: 'Muli', sans-serif;
    padding-left:15%;
    padding-right:15%;
    color:#666666;   
}

h1{
    margin-left:10px;
    font-weight:50;
   
}
h2{
    margin-left:10px; 
    font-weight:50;
}
h3{
    font-weight:50;
}
.email{
    color:#666666;  
}
.email:hover{
    color:#000000;  
}