
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
}
h1{
    font-size: 42px;
    font-weight: 700;
    color: #777;
    margin: 0 0 1rem;
}
h3{
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0.2rem;
}

.bg-image{
    width: 100%;
    min-height: 100vh;
    background-image: url('/coming-soon/assets/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
}
.container{
    width: 80%;
}
hr{
    color: #eee;
    width: 20%;
    margin-left: 0;
}
