/* # General
-------------------*/
body { position: relative; font-size: 1rem; background: rgba(var(--light-blue-color-rgb), .125) !important; }


body > .noscript { display: flex; justify-content: center; transition: background-color 0.5s ease; }


.rplaza-card {
	position: relative;
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	align-items: center;
	margin: 8rem auto 0;
	width: 300px;
	padding: 0;
	box-sizing: border-box;
}
.welcome img { height: auto; width: 306px; }
.rplaza-card .txt { padding-left: 4.6rem; font-family: 'roboto', sans-serif; color: rgb(var(--light-blue-color-rgb)); font-size: 1.4rem; }

