@import 'https://fonts.googleapis.com/css?family=Lato|Potta+One';


body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
    font-family: 'Lato', sans-serif, sans;
    display: flex;
    justify-content: center;
    height: 100vh; 
    align-items: center;
    color: #fff;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
div {
    text-align: center;
}
div h1{
    font-family: Potta One;
    font-size: 80px; 
}