.flexcenter {
	/*margin: auto;*/
	display: flex;
	justify-content: center;
	align-items: center;
}

.bgbody {
	background-image: url(sosomancy_template_0.5.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}

.linkstitle {
	font-size: xx-large;
}

.linksbox {

	border-radius: 10px;

	font-family: monospace;
	/*font-size: x-large;*/
	font-size: clamp(1rem, 2.5vw, 2rem);
	font-weight: 600;

	width: 60%;
	/*width: fit-content;*/

	margin: 50px auto;
	
	padding-top: 15px;
	padding-left: 60px;
	padding-right: 70px;
	padding-bottom: 15px;
}

.construction {
	width: fit-content;
	/*margin: 20px auto;*/
	font-size: xx-large;
}

.link-no-deco {
    text-decoration: none;
    color: black;
}

.poyy {

}

.reload {
	margin: 30px 0px;
	cursor: pointer;
	/**/
	margin-bottom: 100px;
}

.reloadImg {
	width: 40px;
	height: 40px;
	margin: 30px 15px;
}

.reloadTxt {
	text-align: center;
	font-size: 40px;
	transform: translateY(-5%);
}

#bravo {
	opacity: 0.3;
	font-size: 26px;
	margin: 15px 15px;
}
