@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    justify-content: center;
    text-align: center;
    font-family:"Roboto";
}

.heading{
    font-size: 5rem;
    color: rgb(241, 121, 121);
    letter-spacing: 0.5rem;
    margin-bottom: 2rem;
}

.heading:hover{
    cursor: pointer;
}

.calc{
    height: 35rem;
    width: 35rem;
    border: 0.3rem solid rgb(59, 57, 57);
    margin: auto;
    background-color: rgb(236, 123, 11);
    border-radius: 2rem;
}

.display input {
    height: 3rem;
    width: 30rem;
    margin-top: 1rem;
    border-radius: 2rem;
}

.btn-section {
    height: 25rem;
    width: 25.1rem;
    align-content: center;
    border: 0.3rem solid rgb(0, 0, 0);
    margin: auto;
    margin-top: 0.7rem;
    background-color: rgb(106, 12, 194);
    border-radius: 2rem;
    display: flex;
    padding-top: 1rem;
}


.btn-section button{
    height: 4rem;
    width: 4rem;
    background-color: rgb(240, 173, 27);
    cursor: pointer;
    color:  rgb(255, 255, 255);
    font-size: 1.5rem;
    border-radius: 2.2rem;
}

.operator {
    margin-left: -0.9rem;
}


}
