@font-face {
    font-family: "Courgette-Regular";
    src: url(Courgette-Regular.ttf);
}


#display{
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    font-weight: bolder;
}
h2{
    font-family: "Courgette-Regular";
    text-align: center;
}
#igual{
    border-radius: 10px;
    background-color: rgb(255, 184, 226);
    font-family: "Courgette-Regular";
    color: white;
    padding: 55px;
    font-size: 30px;
    margin-right: 10px;
    margin-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#delet{
    border-radius: 10px;
    background-color: rgb(176, 222, 240);
    font-family: "Courgette-Regular";
    color: white;
    font-weight: bolder;
    margin-right: 8px;
    margin-left: 6px;
    padding: 10px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;

}
#reset{
    border-radius: 10px;
    background-color: rgb(151, 252, 227);
    font-family: "Courgette-Regular";
    color: white;
    font-weight: bolder;
    padding: 10px;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boton{
    border-radius: 10px;
    background-color: rgb(176, 188, 240);
    color: white;
    font-weight: bolder;
    font-family: "Courgette-Regular";
    padding: 20px;
    font-size: 20px;
    margin-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;

}
#coma{

    border-radius: 10px;
    background-color: rgb(176, 188, 240);
    font-family: "Courgette-Regular";
    color: white;
    font-weight: bolder;
    padding: 20px;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    
}
.oper{
    border-radius: 10px;
    background-color: rgb(212, 163, 235);
    font-family: "Courgette-Regular";
    color: white;
    padding: 24px;
    text-align: center;
    font-size: 20px;
    margin-right: 8px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  
}
.calculadora{

    border: solid;
    border-radius: 15px;
    width: 430px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    border-color: black;
    font-family: "Courgette-Regular";
    text-align: center;
    margin: 100px;
    font-size: 20px;
}
body{
    background-image: url('fondo.jpg');
}
