



#display{

    /* right: 0.7em;
    top: 0.7em;
    font-size: 3.3em; */
    
    font-size: 3em;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    display: inline-block;
  
    font-family: 'DS-Digital', sans-serif;
}

#incrm{
    background-color: #e3e3e3;
    border-color: #b6b6b6 #8a8b8d #b6b6b6 #8a8b8d;
    border-width: 5px 4px 5px 4px;
    border-radius: 50px;

}

#output{
  font-family: 'almarai', sans-serif;
}


@media (max-width:360px)  {
   #rest {
    margin-top: -12.3rem;
   }
   #rest {
    margin-left: 5.4rem;
    }

    #display{
      position:absolute;
      top: 5em;
      right: 34vmin;
    }
  }

  @media (max-width:376px)  {
    #rest {
     margin-top: -12.3rem;
    }
    #rest {
     margin-left: 5.4rem;
     }
 
     #display{
       position:absolute;
       top: 5em;
       right: 34vmin;
     }
   }

   li{
    background-color: #7f00ff5e;
    text-align: center;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    font-size: 1.3rem;

   }

  i{
    font-size: 25px;
    color: #ff1100;
    cursor:pointer;
  
  
  }
p {
    background-color: #ff00007d;
    width: 5rem;
    border-radius: 5px;
    text-align: center;
    color: white;
    cursor: pointer;
}
span{
  display: flex;
  justify-content: flex-start;
  margin-left: 12px;
}
#year{
  margin:0 5px;
}
     