@charset "utf-8";

html, body {
    background-color: #282a2f;
    font-family: 'Roboto', sans-serif;
    color: WHITE;
    padding: 0;
    margin: 0;
}

#ws-comingsoon {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.ws-patch {
    width: 400px;
    margin: 50px auto;
    max-width: 100%;
}

.ws-cta {
    color: #282a2f;
    background-color: WHITE;
    display: inline;
    width: 199px;
    height: 40px;
    border-radius: 20px;
    margin: 0 auto;
    line-height: 40px;
    font-size: 20px;
}