body {
          background-color: black;
          color: white;

}

.wrappe {
          background-color: rgb(0, 0, 0);
          height: 450px;
          width: 350px;
          border: 1px white solid;
          margin: 0 auto;
          margin-top: 60px;
          
}

.numberPad {
          margin-left: 15px;
          margin-top: 20px;
          
         
         
         
       

}



.c {
          background-color: aliceblue;
          border-radius: 50%;
          width: 50px;
          height: 50px;
          position: relative;
          padding: 0.5px;
          margin-bottom: 9px;
          border: none;
         
}

.c p {
          color: black;
          text-align: center;
          cursor: pointer;



}

.numberOparatort1 {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
}

.D {
          background-color: rgb(216, 138, 35);
          border-radius: 50%;
          width: 50px;
          height: 50px;
          position: relative;
          padding: 0.5px;
          margin-bottom: 9px;
          border: none;
          cursor: pointer;

}

.D p {
          color: black;
          text-align: center;
          cursor: pointer;



}

.Numb {
          background-color: rgb(27, 27, 27);
          border-radius: 50%;
          width: 50px;
          height: 50px;
          position: relative;
          padding: 0.5px;
          margin-bottom: 9px;
          border: none;
          cursor: pointer;
        

}

.Numb p {
          color: white;

          text-align: center;



}

.numberOparatort2 {
          display: grid;
          grid-template-columns: 2fr 1fr 1fr;
}

.Numb1 {
          background-color: rgb(27, 27, 27);
          border-radius: 45px;
          width: 135px;
          height: 50px;
          position: relative;
          padding: 0.5px;
          margin-bottom: 9px;
          border: none;
          color: white;
          cursor: pointer;

}
#display{
          
          margin-right: 50px;
         padding-top: 10px;
         text-align: end;
         font-size: 30px;
         height: 15px;
         
}
.cal{
          margin-top: 50px;
}

