“`css
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}
h1 {
color: #00698f;
text-align: center;
}
p {
font-size: 18px;
margin-bottom: 20px;
}
a {
text-decoration: none;
color: #00698f;
}
a:hover {
color: #34A85A;
}
“`
There are no reviews yet.