@font-face {
    font-family: 'Peyda';
    src: url('f/Peyda-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Peyda';
    src: url('f/Peyda-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Peyda', Arial, sans-serif;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

[lang="fa"] .message {
    direction: rtl;
}

[lang="en"] .message {
    direction: ltr;
}

.message {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 80%;
    margin: auto;
}

h1 {
    color: #005a9c;
    margin-bottom: 20px;
}

p {
    color: #555;
    line-height: 1.6;
}