<html>
<head>
<style>
body {
text-align: center;
background-color: lightBlue;
}
h3 {
font-family: Courier New;
transform: rotate(-8deg);
font-style: italic;
}
img {
border-radius: 150px;
transform: rotate(-30deg);
}</style>
</head>
<body>
<h3>Decibel tuner</h3>
<p>D ------- D# ------- E ------- F ------- F#</p>
<p>|_______|___ 82.4Hz ___|_______|</p>
<img src="https://getmimo.com/r/needle.png">
</body>
</html>]]>