#siteEditorCloud{
    background-color: transparent;
    height: 100%;
    width: 60%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.cloudBt{
    background-color: gray;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;

    font-family: jost;
    font-weight: 400;
    color: white;
    border-radius: 10px;
    z-index: 0 !important;
    display: inline;
}

.cloudBt:hover{
    background-color: rgb(171, 171, 171) !important;
}