html body[ng-app="app"] coming-soon-page-type-a * {
    font-family: 'Source Sans Pro' !important;
}
coming-soon-page-type-a * {
    outline: none;
}
coming-soon-page-type-a .container-fluid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4000;
    background-color: white;
}
coming-soon-page-type-a .soon-container {
    width: 100%;
    display: table;
    text-align: center;
    height: 100vh;
}
coming-soon-page-type-a .soon-container .container-items {
    display: table-cell;
    vertical-align: middle;
}
coming-soon-page-type-a .soon-container .container-items img {
    margin: 0 auto;
    width: 300px;
    height: auto;
    max-width: 100%;
}
coming-soon-page-type-a .soon-container .container-items h1 {
    margin: 10px 0;
    font-weight: normal;
}