@charset "utf-8";
@import url('https://googleapis.com');
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
h3{
	text-align:center;
	font-family:'Roboto', sans-serif;
	margin: 20px 0px;
	font-size: 1.2rem;
}

.container{
		width: 100vw;
		display:flex;
		justify-content:center;
	}

img{
	width: 40%;
	/*border-radius: 15px;
	box-shadow: 0px 3px 5px rgba(15,15,15,0.5);*/
	}


@media (min-width:0px) and (max-width:980px){
	img{
		width: 100%;
		margin-top: 300px;
	}
h3{	
	font-size: 2.5rem;
}
}