<!DOCTYPE html>
<html>
<head>
<title>Fake Outlook Email</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f3f3f3;
padding: 20px;
}
.email-container {
background-color: #ffffff;
border: 1px solid #dcdcdc;
padding: 20px;
border-radius: 5px;
max-width: 600px;
margin: auto;
}
.header {
background-color: #0078d4;
color: white;
padding: 10px;
border-radius: 5px 5px 0 0;
text-align: center;
}
.content {
margin-top: 20px;
}
</style>
</head>
<body>
<div class="email-container">
<div class="header">
<h2>Outlook Email</h2>
</div>
<div class="content">
<p>Hello,</p>
<p>I hope you are doing well, sabb akjskjabskbakbssksa</p>
<p>sbksbakbksaksbkabkbsksk</p>
<p>snsjnsnsnjsnssnnsnsnljsnslnslnlajsiowenjwdwdbkwjdkjwdw</p>
<p>dlwkhdsnkbkjdhfoiushsa sd hsodho houhdoshdf disuhd idhyd od doae e oieo woiew ee e</p>
<p>e eieoeuoe oe.</p>
</div>
</div>
</body>
</html>