@font-face {
    font-family: pinar;
    font-size: medium;
    font-weight: 400;
    src: url(fonts/Pinar-Regular.woff2) format(.woff2),
}
body {
    direction: rtl;
    font-family: pinar;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10rem;
    margin: 0;
    color: #333;
}

p {
    font-size: 1.5rem;
    margin-top: 0;
    color: #555;
}

a {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #5C2684;
    font-weight: bold;