.not-connected {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-connected img {
    height: 100%;
    width: 180px;
    opacity: 0.3;
    display: block;
}

.not-connected span {
    color: #888;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.no-domain {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.no-domain img {
    height: 100%;
    width: 180px;
    opacity: 0.6;
    display: block;
}

.no-domain span {
    color: #888;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
}