*, ::before, ::after {
    box-sizing: border-box; }
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    height: 100%; }
body {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    direction: rtl;
    line-height: 1.5;
    color: #383e47;
    background: linear-gradient(170deg, #4ebadf, #1574d0); }
.base {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 5rem auto;
    padding: 30px 0;
    max-width: 310px;
    border-radius: 5px;
    text-align: center; }
.base .sl-img {
    border-radius: 50%;
    width: 100px;
}
.base > h1 {
    margin: 0;
}
.sl-sep {
    display: inline-block;
    background-color: #6d68e1;
    padding: 5px;
    border-radius: 50%;
    position: relative;
    top: -4px; }
.base p.desc {
    margin-top: 0;
    font-size: 1.2rem;
}
.info {
    border-width: 1px 0;
    border-style: dashed;
    border-color: #2a5471;
    padding: 1.5rem 10px;
    margin: 1.5rem 0;
    font-weight: bold;
}
