@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
	font-family: "Montserrat", sans-serif;
	font-size: 100%;
}

body {
	background: #fcfcfc;
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 20px);
	width: 100%;
}

.content {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.content img {
	width: 250px;
}

.txt {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 200;
	margin-top: 1rem;
	color: #4d4d4d;
}

@media screen and (max-width: 375px) {
	.txt {
		font-size: 2.2rem;
	}
}
