#<body>
#                <div class="centered">
#                        <div class="content">
#                                <span class="header">Marolina Consult</span><br>
#                                <br>
#                                <span class="description">PC-Assistance</span><br>
#                                <br>
#                                <span class="year">1998-2022</span>
#                        </div>
#                </div>
#        </body>
html,body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}
body {
	min-height: 100dvh;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffcc99
}
.centered {
	width: 400px;
	border: 4px #663300 solid;
	border-radius: 20px;
	color: #663300;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header {
	font-family: Helvetica, Arial;
	font-size: 24pt;
	text-align: center;
	width: 100%;
	font-weight: 700;
}
.description {
	font-family: Helvetica, Arial;
	font-size: 20pt;
	text-align: center;
	width: 100%;
}
.year {
	font-family: Helvetica, Arial;
	font-size: 18pt;
	text-align: center;
	width: 100%;
}
