* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

body {
    background-color: #FDFDFF;
    display: flex;
    justify-content: center;
}

.container {
    background-color: #972300;
    width: 600px;
    height: 650px;
    box-shadow: 15px 15px 30px;
    border-radius: 30px;
    padding: 30px;
}

.pantalla {
    padding: 25px;
    width: 90%;
    height: 80px;
    background-color: #5f895a;
    border: rgb(0, 0, 0) solid;
    border-radius: 10px;
    font-size: 55px;
}

.containerbtn {
    justify-content: space-around;
    background-color: rgb(216, 216, 216);
    height: 500px;
    width: 595px;
    border-radius: 10px;
}

table {
    width: 100%;
    height: 100%;
}

button {
    width: 100%;
    font-size: 150%;
    height: 60px;
    border-radius: 10px;
    outline: none;
    background-color: transparent;
}

.ac {
    color: #ff0000;
}