.cornerboxx {
    border-radius: 25px;
    background: #9cc7f015;
    padding: 5px 15px 5px 15px; 
    border:1px solid #e7e8e951;
    color: aliceblue;
    text-align: center;
    width: 80%;
  }
.nor{
    color: rgb(248, 248, 248);
}
.mat{
    height: 250px;
}
.cornerboxc{
    border-radius: 25px;
    background: #0083fd;
    padding: 5px;
    color: aliceblue;
    margin-top: 30px;    
    width: 80%;
}
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinners in Firefox */
.no-spinners {
  -moz-appearance: textfield;
}