.body-main {
    height: 820px;
    background-color: #aadeee;
}

.title-h1 {
    color: #03224c;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.calculator {
    border: 5px solid #54565a;
    background-color: #54565a;
    border-radius: 30px;
    width: 70%;
}

.calculator-input {
    text-align: center;
    width: 200px;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.calculator-select, .calculator-submit {
    width: 80px;
    height: 80px;
    text-align: center;
}

.form-elements input, .form-elements select, .form-elements button, .form-elements .calculator-result{
    height: 50px;
    color: #03183a;
    font-size: 20px;
}

.calculator-result {
    border: 5px solid green;
    background-color: #b3fe81;
    width: 15%;
    font-weight: bold;
    vertical-align: middle;
}

.calculator-recap {
    text-align: center;
    color: white;
    height: 50px;
}