HTML  
{
   height: 100%
}
BODY {
   font-family: 'Times New Roman', Times, serif;
   font-size: 22px;
   color: #fff;
   OVERFLOW: auto;
   WIDTH: 100%;
   height: 100%;
   PADDING: 0px;
   MARGIN: 0px;
   Z-INDEX: 0;
   background: url("../img/bg/pelle_fucsia.jpg") no-repeat fixed center;
   background-size: cover;
   background-color: Black;
}
.ucTab
{
   width: 100%;
   height: 100%;
}
.ucLogo {
   width: 550px;
   filter: drop-shadow(0 0 1rem Black);
}
.ucEmail
{
   font-size: 22px;
   text-decoration: underline;
   color: #ffd800;
}
.goldLine {
   width: 100%;
   height: 3px;
   background: url("../img/deco/gold_01.jpg") no-repeat fixed center;
   background-size: cover;
}
.blackBand {
   background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,.5));
}
h1 {
   font-family: 'Felix Titling';
   font-stretch: 100% 500%; /* Required by Chrome */
   font-size: 40px;
   color: white;
   margin: 5px;
}
.pdf {
   height: 30px;
}