body {
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gif {
	width: 100%;
	text-align: center;
}

.gif img {
}

h3 {
	text-align: center;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	font-size: 2.5rem;
}

@media screen and (max-width: 700px) {
	.gif {
		width: 100%;
		text-align: center;
	}

	.gif img {
		width: 60%
	}
}
