body {
    direction: rtl;
    text-align: right;
    font-family: 'Varela Round', Arial, sans-serif;
    background-color: #f5f5f3;
}

.container {
    min-height: calc(100vh - 206px);
}

.middle {
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: block;
}

.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.block {
    display: block;
}

.txt-c {
    text-align: center;
}

.white {
    background-color: white;
}

.white-c {
    color: white;
}

.footer {
    background-color: #322c29;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
}

.navbar {
    min-height: 126px;
}

.p-t {
    padding-top: 2%;
}

.purple {
    color: #563d7c;
}

.bold {
    font-weight: bold;
}

.width {
    width: 100%;
}