body{background-color:#353232}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}h1{color:#fff}.calculatrice{box-shadow:9px 12px #000000bf;width:367px;height:auto;background:#fdfdfd;border-radius:10px}.clavier{width:auto;height:100%;background:#805981;padding:20px 10px 10px;border-radius:10px}.resultat{width:359px}.resultat input{width:100%;height:50px;border-radius:10px;border:none;text-align:right;font-size:38px;margin-bottom:10px;padding:1px 4px;pointer-events:none}.touches{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:5px 0}.touches input{width:100%;height:60px;border-radius:10px;border:none;background-color:#3a3a3a;color:#fff;font-size:20px;box-shadow:4px 5px #000000bf;transition:all .2s ease-in-out}.touches input:active{box-shadow:1px 2px #000000bf;background-color:#2c2c2c}.touches input:hover{box-shadow:3px 4px #000000bf}.egal{grid-column:span 2;background-color:orange!important}
