html {
	min-height: 100%;
}
body {
	background-color: lime;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	background: url(../img/bg.jpg) repeat center center fixed;
	background-size: 500px;
}

.siete {
	align-self: flex-start;
	max-width: 800px;
}

.siete-img, .once-img {
	width: 100%;
}

.once-wrapper {
	align-self: flex-end;
	max-width: 800px;
	margin-top: 12px;
}

.content {
	color: white;
	font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	margin-top: 40px;
	font-size: 18px;
	max-width: 360px;
}

.link {
	color: white;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;
}

.link:visited {
	color: white;
}