<!doctype html>
<html>
<head>
<style>
h2 {
font: 400 3.5em/125% 'Delius Swash Caps', Helvetica, Sans-serif;
color: #000F55;
}
#f1 {
font: 400 3.5em/125% 'Delius Swash Caps', Helvetica, Sans-serif;
color: #000F55;
}
.c1 {
font: 400 1.2em/125% 'Delius Swash Caps', Helvetica, Sans-serif;
color: #000F55;
font-style:italic
}
body {
background-image: url("../images/arrival_card1.png");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
</style>
<meta charset="UTF-8">
<title>Arrival Card</title>
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Delius+Swash+Caps" />
<h2><i>My Name is Muhammad Mannir Ahmad</i></h2>
</head>
<body>
<div class="c1" style="position: absolute; top: 295px; left: 440px;">Muhammad Mannir Ahmad</div>
<div class="c1" style="position: absolute; top: 340px; left: 500px;">Software Engineer</div>
</body>
</html>