body {
    background-color: #E0F7FA; /* Light blue background */
    font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
    color: #336699;
    text-align: center; /* Center content horizontally */
    margin: 0;
    padding: 0;
}

a {
    color: #FF6F61;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

svg {
    display: block;
    margin: 0 auto; /* Center SVG horizontally */
}