body       {
    max-width: 900px;
    margin: 0 auto;
    }
#wrapper    {
    background-color: #FFCCD7;
    display: grid;
    grid-template-columns: 80% 20%;

}
header      {
    zzheight: 130px;
    background-color: #44A7F2;
    font-size: 36px;
    font-weight: bolder;
    text-align: center;
    padding: 20px;
}
main    {
    padding: 20px;
}
footer     {
    background-color: #000000;
    color: white;
    font-size: small;
    text-align: center;
    font-style: italic;
}
#xgift-link  {
    zfloat:right;
    zpadding: 0 0 0 10px;
    width: auto;
    height; auto;
}
#aside  {
    text-align: center;
}
#aside img  {
    height: auto;
    width: 100%;
    margin: 40px 0 0 0;
}
.burma          {
    padding: 100px 0 100px 0;
}
.center-text    {
    text-align:center;
}
.bold-text       {
    font-weight: bold;
    font-size: 2em;
}
#cert-cap   {
    width: 50%;
    margin: 0 auto;
}
#cert-fine-print   {
    width: 85%;
    margin: 0 auto;
}