/*------------------------------------------------------------------
Project:  ComingSoon
Version:  
Last change:  
Assigned to:  Bach Le
Primary use:  
-------------------------------------------------------------------*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Lato-Regular;
  src: url('../fonts/Lato/Lato-Regular.ttf'); 
}

@font-face {
  font-family: Lato-Light;
  src: url('../fonts/Lato/Lato-Light.ttf'); 
}

@font-face {
  font-family: Lato-Bold;
  src: url('../fonts/Lato/Lato-Bold.ttf'); 
}
body {
    margin:0;
}

html {
    background: #034442;
    height: 100vh;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.heading {
    font-family: 'Poppins-Regular';
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #faa324;
    text-align: center;
    font-size: 6.5em;
    margin: 0;
}
p.paragraph {
    text-align: center;
    font-family: Lato-Light;
    color: #fff;
    font-size: 2em;
}
img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
    opacity: 0.05;
    z-index: -1;
    max-height: 100%;
    max-width: 100%;
}