@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans.ttf');
}
@font-face {
    font-family: IRANSans-Medium;
    src: url('../fonts/IRANSans_Medium.ttf');
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
}
html , body {
    font-family: IRANSans;
    overflow-x: hidden;
}
body {
    min-height: 100vh;
    height: 100%;
    background-color: #151521;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    direction: rtl;
}
.main-container {
    background-color: #1E1E2D;
    color: #febe66;
    padding: 20px;
    border-radius: 15px;
    max-width: 80%;
    margin: 50px 0;
}
.texts-section > p {
    background-color: rgba(0, 158, 247, 0.05);
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
    text-wrap: wrap!important;
    word-wrap: break-word!important;
}