codice:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Documento senza titolo</title>
<style type="text/css">
h1 {
    position: absolute;
    height: 210px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -105px;
}
</style>
</head>

<body>
<h1>BENVENUTO!</h1>
</body>
</html>