body{
    background-color: #4A9D44;
    font-family: "GoFundMeSans";
}
@font-face { font-family: "GoFundMeSans"; src: url("https://cdn.gofundme.com/fonts/GoFundMeSans-Regular.woff2")}
@font-face { font-family: "GoFundMeSansBold"; src: url("https://cdn.gofundme.com/fonts/GoFundMeSans-Bold.woff2")}

.calc{
    background-color: white;
    text-align: center;
    width: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 30px;
    padding: 2em;
}

.calc h1{
    font-family: "GoFundMeSansBold";
    font-size: 40px;
    text-decoration: underline;
    color:#4A9D44;
}
label{
    font-size: 25px;
}
input[type="number"]{
    border-radius: 1.5em;
    height: 3em;
    border: solid black 2px;
    text-align: center;
    font-size: 15px;
    width: 70%;
    margin: 10px;
}
.currency::before {
    content: "€";

}
h3#deducted{
    color: red;
}