body {
    background: white;
}

.quant_disp button {
    width: 100%;
    color: #00BB00;
    border-style: solid;
    border-width: 2.5px;
    border-radius: 20%/50%;
    padding: 1.25%;
    cursor: pointer;
}

.quant_disp button:hover, #req_but:hover {
    opacity: 70%;
}

.content {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.content img {
    width: 55%;
    height: 100%;
}

.fields_view {
    width: 45%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #EEEEEE
}

.fields_view h2, #est_paym, #requirements, select, .period_sel p {
    color: #30508B;
}

.fields_view h2, #est_paym, #est_paym_amo, #requirements, .period_sel p, #req_but {
    font-weight: normal;
    font-family: sans-serif;
}

.period_sel {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.period_sel p {
    width: 20%;
    text-align: center;
    margin-right: 0;
}

.quant_disp {
    width: 95%;
    height: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.quant_disp #amount {
    width: 40%;
    margin: 0 5%;
    text-align: center;
    font-size: 225%;
    font-family: sans-serif;
    font-weight: bold;
}

.quant_disp button {
    border-color: #00BB00;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 50%/50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quant_disp button p {
    font-size: 2.5vw;
}

.quant_disp button:active {
    opacity: 25%;
}

.slider {
    appearance: none;
    width: 75%;
    height: 1.25%;
    background: #00BB00;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 2vw;
    height: 2vw;
    border-radius: 50%/50%;
    background: #AAAAAA;
    cursor: pointer;
}

#est_paym {
    margin: 0;
    font-size: 112.5%;
}

select {
    font-size: 100%;
    background: transparent;
    border-style: solid;
    border-width: 2px;
    border-color: #AAAAAA;
}

#est_paym_amo, #h2_bold {
    color: #3388FF;
}

#h2_bold {
    font-weight: bold;
}

#est_paym_amo {
    margin: 0;
    font-size: 250%;
}

.fields_view a {
    width: 25%;
    height: 5%;
}

#req_but {
    width: 100%;
    height: 100%;
    font-size: 100%;
    text-align: center;
    border-radius: 10%/50%;
    color: #EEEEEE;
    background: #00BB00;
    border: 0;
    cursor: pointer;
}

#requirements {
    width: 90%;
    text-align: center;
}

#requirements > span {
    font-weight: bold;
}

#whatsapp {
    width: 10%;
    height: 10vw;
    background: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    left: 89%;
    top: 60%;
    background: white;
    border-style: solid;
    border-width: 2.5px;
    border-radius: 50%/50%;
}

#whatsapp img {
    width: 60%;
    height: 60%;
    margin: 0;
}

#whatsapp p {
    width: 100%;
    height: 40%;
    margin: 0;
    font-size: 125%;
    color: #30508B;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}