body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #333;
    text-align: center;
}

h1 {
    font-size: 48px;
    margin-top: 100px;
}

p {
    margin: 20px;
}

a {
    color: #06c;
    text-decoration: none;
}
  
a:hover {
    text-decoration: underline;
}

body img {
    text-align: left;
	height: 150px;
	position: relative;
	left: -2px;
}