body {
    background-image: url("https://thumbs.dreamstime.com/b/argyle-print-purple-black-gray-colors-seamless-knitted-pattern-rhombuses-checkered-background-vector-illustration-127950067.jpg");
    background-size: 15%;
    font-size: 14px;
    font-family: MS UI Gothic;
}

dt {
    border: 3px ridge #4e2f4f;
    background-color: #8f7181;
    border-bottom: none;
    font-weight: bold;
    font-style: italic;
    color: #211522;
    padding: 2px;
    padding-bottom: 0px;
    text-decoration: underline;
}

dd {
    margin-bottom: 10px;
    border: 3px ridge #4e2f4f;
    background-color: #8f7181;
    border-top: none;
    margin-left: 0px;
    padding: 2px;
    padding-top: 0px;
    color: rgb(39, 6, 35);
}

dl {
    width: 65%;
    margin: auto;
    background-color: #4e2f4f;
}