@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;
}

body {
	background: #283247;
	color: #f0f1eb;
}

a.link {
	color: #f0f1eb;
}

a.link:hover,
a.link:active,
a.link:focus,
a.link:link,
a.link:visited {
	color: #ddddd9;
}

.content-body {
	text-align: center;
}

.logo {
	display: flex;
	justify-content: center;
	margin-top: 8vh;
	height: 50px;
}

.logo img {
	max-width: 100%;
}

.image-gif {
	display: flex;
	align-items: center;
	justify-content: center;
}

.image-gif img {
	max-width: 100%;
}

.text {
	margin: 30px 0;
	font-size: 2rem;
}

.text-sm {
	line-height: 2;
}
