html {
    background-color: #ff6b42;
    -webkit-font-smoothing: antialiased;  
}

body, html {
  height: 100%;
    margin: 0px;
    padding: 0px;
}

.bg { 
  /* The image used */
  background-image: url("..//images/bg.png");

  /* Full height */
  height: 100%; 
    margin: 0px;
    padding: 0px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    border: 0px;
}

.center {
display: flex;
  justify-content: center;
  align-items: center;
    width: 100%;
    height: 100%;
}

.bottom {
padding-top: 55%;
vertical-align: baseline;
    
}
.center img{width: 120px; height: auto;}

.clear { position: absolute; clear: both;}
.clear p {padding-top: 150px;text-align: center;font-family: soleil, sans-serif; font-weight: 600;color: white;letter-spacing: 30;}
.bottom p {text-align: center;font-family: soleil, sans-serif; font-size: 0.7em; font-weight: 600;color: white;letter-spacing: 50;}



