@font-face{
	font-family: 'yekan';
	src: url("../BYekan.ttf");
}
*{
	font-family: yekan !important;
} 
body {
    direction: rtl;
    text-align: center; /* وسط‌چین کردن دکمه‌ها */
    background-color: #f8f9fa;
    padding-top: 50px;
}

.menu-button {
    display: block;
    width: 300px;
    max-width: 90%;
    margin: 10px auto;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 5px;
    transition: background-color 0.2s;
    text-decoration: none;
    text-align: center; /* وسط‌چین کردن محتوا */
    line-height: 1.5;   /* برای تعادل عمودی متن */
}

.menu-button:hover {
    background-color: #084298;
    color: white;
}
