@charset "utf-8";
* {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 41px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}

.calc {
    border-radius: 14px;
    width: 400px;
    padding-top: 41px;
    padding-right: 41px;
    padding-bottom: 41px;
    padding-left: 41px;
    margin-top: 14px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.calc form .calc-display {
    border: medium solid #293F4F;
    border-radius: 5px;
    box-shadow: inset 0px 0px 10px 3px #388477;
    margin-bottom: 41px;
    padding-left: 7px;
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    width: 100%;
    text-align: right;
    color: #1A1A1A;
    font-family: almendra-sc;
    font-style: normal;
    font-weight: 400;
    -webkit-box-shadow: inset 0px 0px 10px 3px #388477;
}

input[type=button] {
    width: 75px;
    height: 75px;
    margin: 4px;
    color: #000000;
    border: outset hsla(0,0%,0%,1.00);
    border-radius: 7px;
    text-shadow: 0px 0px;
    box-shadow: 1px 1px 4px 2px #7A7A7A;
    cursor: pointer;
    text-align: center;
    float: right;
    font-style: normal;
    font-weight: 400;
    font-family: almendra-sc;
    -webkit-box-shadow: 1px 1px 4px 2px #7A7A7A;
}

input[type=button]:active {
    border-style: inset;
    border-width: medium;
    border-radius: 8px;
    box-shadow: 1px 1px 2px hsla(0, 1%, 48%, 0.74);
}h1 {
    font-family: almendra-sc;
    font-style: normal;
    font-weight: 400;
}
