body {
	min-height: 100vh;
	background-image: url("images/background.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 25px 0;
}

main {
	min-height: calc(100vh - 50px);
}

main#desktopView {
	background-image: url("images/god_icon.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


#mobileView .card {
	border-radius: 0px;
	border: none;
	background-color: #923331;
	color: #fff;
}

#desktopView .card {
	border-radius: 0px;
	border: none;
	background-color: #a8814aCE;
	color: #fff;
}

.lead {
	font-weight: normal !important;
}

a {
	color: #f2cbc4;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	text-decoration-style: dashed;
}

#desktopView a:hover {
	color: #813136;
}

#mobileView a:hover {
	color: #cd8d89;
}