select {
    width: 100%;
    height: 50px;
    outline: none;

}

select option {
    font-size: 16px;
    background-color: #eacfa4;

}

select option:hover {
    font-size: 20px;
    background-color: #0b0b0b;

}

#container {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    padding: 150px 0px;

}

.costcalculator {

    padding: 10px 30px 50px 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 3px solid #d8a554;
    background-color: #d8a554;
    border-radius: 30px;

}



form label {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);

}

form button {
    background-color: black;
    color: #fff;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.cost-estimate {
    padding-top: 170px;
}