.sec-comingsoon {
    padding-top: 200px;
    padding-bottom: 200px;
}

.sec-comingsoon {
    text-align: center;
}

.sec-comingsoon a {
    display: inline-block;
    font-weight: bold;
    background-color: rgb(34, 34, 34);
    color: #FFF;
    height: 60px;
    line-height: 60px;
    width: 300px;
    max-width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    box-sizing: border-box;
}

.sec-comingsoon a:hover {
    border: 1px solid rgb(34, 34, 34);
    color: rgb(34, 34, 34);
    background-color: #fff;
}