@import url(https://fonts.googleapis.com/css?family=Inter:400,300,900);

*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;

}

body {
	font-family:'Inter', sans-serif !important;
	font-size: 24pt !important;
	font-weight: 24 !important;	
    display: flex;
    justify-content: center;
    align-items: center;
    color:#f0efe7;    
	background: #242424;	
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #f0efe7;
  font-family:'Inter', sans-serif !important;
     
}