
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
}

html {
	font-family: Poppins, 'Segoe UI', Tahoma; 
	color: var(--text-color); 
}

body {
	width: 100%;
	height: 100%;
	display: flex; 
}

img {
	width: 400px;
	margin-top: 30px;
	border-radius: 5px;
}


/*************RESPONSIVE*************/

@media(max-width: 640px){

img {
	width: 70%;
	margin-top: 130px;
}

}
