﻿


.centered-element {
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    width: inherit
}

.leftered-element {
    margin-left: 2px;
    margin-right: auto;
    padding: 1px;
    width: inherit
}

.pointer-hand {
    cursor: pointer;
}

.centered-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 3px solid green;
}

.filled-icon {
    font-variation-settings: 'FILL' 1;
}

#wrapper {
    width: 100%;
    height: 400px;
    border: 3px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-style {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}


.rz-button.rz-link {
    text-transform: none !important;
    background: none !important;
    margin-left: 0px !important;
    font-size: 11px !important;

}


    .rz-button.rz-link .rz-button-text {
        color: blue;
        text-decoration: underline;
    }




