    body {
    background-color: #ffffff;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    margin: 5em;
    }
     
    card {
    background-color: rgba(255,255,255,0.8);
    border-radius: 2px;
    padding: 0.5em;
    box-shadow: 0, 0, 2, rgba(0,0,0,0.5);
    }
     
    hr {
    max-width: 15em;
    border-style: solid;
    border-color: rgba(0,0,0,0.3);
    }
     
    ul {
    list-style: none;
    padding: 0;
    }
     
    h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    }
     
    a, a:link {
    color: #A54242;
    text-decoration: none;
    font-size: 14pt;
    text-align: center;
    }
     
    p {
    text-align: center;
    }