﻿.background {
    background-image: url("/templates/images/background/comming.webp");
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    height: calc(100vh - 100px);
    position: relative;
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
}

.content-comming {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
    .content-comming .title-compa {
        color: #d4af37;
        font-weight: 900;
        cursor:default;
    }
    .content-comming .description-compa {
        font-weight: 700;
        font-size: 40px;
        cursor:default;
    }
    .content-comming p { 
        text-align:justify;
    }
    .content-comming .tagline{
        font-style:italic;
        color:#d4af37;
    }