html, body {height: 100%; padding:0; margin:0; font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"  }
body {background-image:url(images/page_bg.png); background-position-x: center; background-position-y: center;}

.under-construction { margin:70px 20px 50px 20px; text-align:center; font-size:1.2em }
.logo {width: 100%; height: 100px; background:url(images/Logo.png) center center; background-size: 400px; background-repeat: no-repeat; margin-top: 30px;}
.email {display: block; margin-top: 30px; font-size:1.3em; color:#4F4E5E; text-decoration: none;}
.email:hover {text-decoration: underline; color: #F50000; transition:color linear 0.2s;}
.content {  height: 100%;
    position: relative;
 }
.centered {margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    text-align: center;
}