Complete the CSS code below to make the webpage look like the image shown:
<!DOCTYPE html>
<html>
<head>
<title>repl.it</title>
<style>
body {
background-color: ❌;
}
h1,h2 {
font-family: Verdana;
background-color: ❌;
❌
padding: 14px 25px;
text-align: center;
}
p {
font-family: Times New Roman;
❌
}
</style>
</head>
<body>
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<p>A paragraph of text</p>
</body>
</html>
Klicke und ziehe, um den Text zu vervollständigen.
color: blue;
color: blue;
color: yellow;
color: yellow;