body {
    background: url(../img/pattern.png) repeat center 0 #3c3d44;
    font-family: "geogrotesque_semibold";
}

.wrapper {
    background: url(../img/bgLight.png) no-repeat center 0 #3c3d44;
    padding: 280px 0 2px;
}

.comingsoonBlk {
    background: white;
    padding: 18px 18px 14px;
    max-width: 492px;
    text-align: center;
    border: 4px solid #3c3d44;
    margin: 0 auto -80px;
    min-height: 150px;
    box-shadow: 0 0 188px rgb(101, 102, 101);
    font-size: 14px;

}
.comingsoonBlk a {
    color: white;
}


.comingsoonBlk h1 {
    line-height: 60px;
    margin: 0;
}

.comingsoonBlk p {
    margin: 0 0 14px;
    font-size: 24px;
}

.logowrapper {
    background-color: white;
    padding: 18px 18px 14px;
    max-width: 492px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid white;
}

.comingsoonBlk {
    background: #23bcbe;
    color: #fff;
    border-color: #23bcbe;
}
