﻿* {
    font-family: 'IRANSans', 'IRANSansDS', 'IRANSansWeb_Bold';
}

body {
    margin: 0 !important;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    background-color: #1d1d1d !important;
}

.container {
    text-align: center;
}

.logo-container {
    margin-bottom: 20px;
}

.logo {
    max-width: 50%;
    height: auto;
}

.text-container {
    font-size: 24px;
    color: white;
}