@charset "utf-8";

* {

    font-size: 35px;
}
.calc {
    width: 324px;
    margin: auto;
    background-color: black;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;

}
.calc-display{
    width: 100%;
    height: 75px;
    border: none;
    margin-bottom: 10px;
    border-radius: 2px;
}
input{
    width: 75px;
    height: 75px;
    margin: 2px;
    color: white;
    border: none;
    border-radius: 526px;
    background-color: rgba(0,26,148,1.00);
}
#h1 {
    color: #FFFFFF;
    font-size: x-large;
    z-index: 10;
    text-align: center;
    margin-top: -15px;
    font-family: arizonia;
    font-style: normal;
    font-weight: 400;
    background-image: -webkit-linear-gradient(270deg,rgba(92,0,1,0.40) 0%,rgba(92,0,1,0.40) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(92,0,1,0.40) 0%,rgba(92,0,1,0.40) 100%);
    background-image: -o-linear-gradient(270deg,rgba(92,0,1,0.40) 0%,rgba(92,0,1,0.40) 100%);
    background-image: linear-gradient(180deg,rgba(92,0,1,0.40) 0%,rgba(92,0,1,0.40) 100%);
    border-radius: 15px;
}
