<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
#title {
font-size: 87px;
text-indent: 5px;
}
#header {
background-color: black;
color: red;
border-style: solid;
border-width: 1px;
border-color: white;
}
</style>
</head>
<body>
<div id="container">
<div id="header">
<h1 id="title">Title</h1>
</div>
</div>
</body>
</html>