
  .bodycode{

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-family: 'Tajawal';
    font-weight: bold;
    font-size: medium;
  }

  #code{
    margin-top: 10%;
    opacity: 0;
    animation: fadeIn 0.5s ease-out 0.5s forwards;
  }

  #divcode{
    margin-top: 10px;
    min-width: 350px;
    height: auto; 
    background-color: black;  
    border-radius: 10px; 
    padding: 5px; 
    border: solid #9c7b3b 3px ;
    font-family: 'Tajawal';
    font-weight: bold;
    font-size: medium;
  }
  .btn{
    width: 25%;
    height: 25% !important;
    border: 0;
    background-color: #88683e;
    font-family: 'Tajawal';
    font-weight: bold;
    font-size: large;
    padding: 4px;
    border-radius: 5px; 
    margin-left: 5px;
  }

  .inputcode{
    width:60%;
    border-color: white; 
    text-align: center; 
    font-family: 'Tajawal';
    font-weight: bold;
    font-size: 15px;
    padding: 4px 15px 4px 15px ;
    border-radius: 5px; 
    border: 0;


  }
  .infocode{
    color: white;
    text-align: center;
    margin-top: 10px;
  }

  