@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSansFaNum.ttf');
}

p, ul {
    text-align: justify;
    text-justify: inter-word;
}

.skill-item {
    background-color: #009688;
    border-radius:5px;
    color:white;
    display:inline-block;
    padding:5px 10px;
    text-align:center;
    margin-bottom:10px;
}

#language-box {
    background-color:#dfdfdf;
    border-radius:5px;
    display: inline-flex;
    height:34px;
    padding:5px 10px;
    transition: all 0.3s ease;
}