.cipclears{
    height: 8rem;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border: 1px solid #e8e8fd;
    background-color: #f6f7fa;
}

.night .cipclears{
    background-color: #181a1b;
    border: 1px solid #444;
}

.cipclears button{
    height: 3rem;
    line-height: 3rem;
    background-color: #06b672;
    color: #fff;
    border: 0;
    padding: 0 1rem;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
}

@media screen and (max-width: 360px) {
    .cipclears button{
        height: 2rem;
        line-height: 2rem;
        font-size: 0.75rem;
    }
}