@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

body {
    margin:0;
    font-family: 'Source Sans Pro', sans-serif;
}

.bg {
    height:100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#comig-soon img {
    max-width: 220px;
    margin-top: 30px;
}

#comig-soon h1 {
    text-transform: uppercase;
    font-size: 38px;
    color: #1760a6;
    margin:0;
}

#comig-soon .content {
    text-align:center;
    margin-top: auto;
}

#comig-soon p,#comig-soon a {
    font-size: 20px;
    font-weight: 400;
    margin:0;
}

#comig-soon a {
    color:#168CCD;
    text-decoration:none;
}

#comig-soon ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    margin-top:auto;
    margin-bottom:50px;
}

#comig-soon ul li {
    text-align:center;
}

#comig-soon ul li, #comig-soon ul li a {
    font-size: 20px;
    margin-right:100px;
    color:#000;
}

#comig-soon ul li a {
    margin-right:0;
}

#comig-soon ul li:last-child {
    margin-right:0;
}

@media only screen and (max-width: 991px) {
    #comig-soon h1 {
        font-size:28px;
    }
    #comig-soon p,#comig-soon a {
        font-size:18px;
    }
    #comig-soon ul {
        flex-direction: column;
        text-align: center;
        margin-bottom:30px
    }
    #comig-soon ul li {
        font-size: 18px;
        margin-right:0;
        margin-bottom: 30px;
    }
    #comig-soon ul li:last-child {
        margin-bottom: 0;
    }
}