body, html {
  	height: 100%; 
  	margin: 0;
  	overflow: hidden;
  	display: flex; 
  	justify-content: center;
  	align-items: center;	
}

@font-face {
  	font-family: 'Coolvetica Rg';
  	src: url('fonts/Coolvetica Rg.otf') format('truetype');
}

p {
  	font-family: 'Coolvetica Rg';
}

#movingLogo {
      	position: absolute;
      	width: 10vw;  
      	height: 10vw;
      	background-image: url('logo.png');
      	background-size: contain;
      	background-repeat: no-repeat;
}

@media (max-width: 600px) {
    	#movingLogo {
        	width: 25vw;  
        	height: 25vw;
    	}
    p {
        font-size: 1.2rem;
    }
}
