<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<style>
.MyDiv {
    border: 5px outset rgb(210, 26, 26);
    background-color: rgb(141, 0, 0);
    text-align: center;
}
</style>
<body>
    <div class="MyDiv">
        <h1>Velkommen til min hjemmeside</h1>
    </div>
</body>
</html>