@font-face {
    font-family: "shabnam";
    src: url("../css/adminfont/shabnam.ttf") format("truetype");
    font-weight: 400;
  }
  body {
    font-family: 'shabnam';
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    direction: rtl;
  }
  .container {
    width: 80%;
    margin: auto;
  }
  .content {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }