html {
  height: 100%;
  width: 100%;
}

body {

    background: whitesmoke;
    background-image: url('uab-image-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
  
    color: white;
    font-style: normal;
    font-weight: bold;


    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
dl {
    border: 1px black dotted;    
    /* Center verticaly */

    display: block;
    width: 50%;
    margin: auto;
    
    padding: 2em;

/*    background: rgb(140, 248, 248)  ;*/
}

dt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    font-weight: bold;

    margin: 1em;

    border-bottom: 1px dotted black;
}

dd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;

    margin: 0 5em ;
  
}
