
.primenumberInput{
  width: 100% ;
  background-color: #e6f4ec ;
  color: #988574 ;
  outline: none ;
  resize: vertical ;
  padding: 10px ;
  border-radius: 10px ;
  border: 2px solid #988574 !important;
}
.primenumberInput:active,
.primenumberInput:focus{
  background-color: #e6f4ec !important;
  color: #988574 !important;
  border: 2px solid #988574 !important;
}
.result{
    padding: 20px;
    margin-top: 10px;
    width: 100%;
    border: dashed 2px #988574;
}
.primerbtn{
    width: 300px; 
    height: 60px;
    border-radius: 10px ;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: bold;
}