.contentWrapper {
    margin-top: 25px;
}

.headline {
    text-align: center; 
    font-family: 'Gotham'; 
    color: rgb(0, 136, 205); 
    margin-bottom: 40px
}

.btnRegister {
    display:inline-block; 
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Gotham'; 
}

.imgPreview {
    margin: 0 auto;
    height: 50%;
    width: 50%;
}

@font-face {
    font-family: 'Gotham';
    src: url('font/Gotham-Bold.eot'); /* IE9 Compat Modes */
    src: url('font/Gotham-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('font/Gotham-Bold.woff') format('woff'), /* Modern Browsers */
       url('font/Gotham-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('font/Gotham-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
     font-weight: 700;
     font-style: normal;
   }