body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
}

div {
    text-align: center;
    margin-top: 20px;
}
a {
    color: #0078D4;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: #0058B4;
}

dl {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: bold;
    float: left;
    clear: left; /* Ensures a new line starts for each term */
    width: 150px; /* Adjust width as needed for the terms */
}

dd {
    margin: 0 0 0 160px; /* Indent dd to appear next to dt */
    text-indent: 0; /* Ensure the first line aligns with others */
}