html {
    height: 100%;
}

body#cs {
    background-color: #009688;
    background-image: url("../img/coming_soon_background.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    margin: 0;
    overflow: hidden;
}

#cs .logo .wcs-text {
    background-color: white;
    display: flex;
    justify-content: space-between;
    box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    text-decoration: none;
    opacity: 0;
    transition: opacity 1.5s ease-in,box-shadow 1s ease;
}

#cs .logo .wcs-text:hover {
    box-shadow: 8px 10px 2px 0px rgba(0, 0, 0, 0.65);
    cursor: pointer;
}

#cs .logo .wcs-text .w-t {
    padding: 12px 20px;
}

#cs .logo .wcs-text .cs-t {
    background-color: #009688;
    color: white;
    border: 2px solid white;
    padding: 10px 20px;
}

#cs .logo .wcs-text span {
    margin: 0;
    color: #009688;
    font-weight: lighter;
    font-size: x-large;
}

#devists {
    width: 350px;
}
