.card{
    background-color: #f1f0f0;
    margin: auto;
     
}
.head{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 40px;
}
.textq{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 18px;
    color:#3d3327;
}

.text{
    text-align: left;
    display: inline;
    font-size: 15px;
}

.amountinput{
    border-bottom: 2px solid;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-right-width: 500px;
    text-align: center;

    font-size: 18px;
    background: #F2F0F0
}
.getquote{
    height: 40px;
    width: 150px;
    display: grid;
    margin: auto;
    border: none;
    outline: none;
    text-align: center;
    background-color: #9fcb3d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top: 10px;
}
/* .btn.row-6 {
    display: flex;
    justify-content: center;
}

.btn.row-6 .row-3 {
    margin: 0 5px;
} */
.topbtn{
    height: 40px;
    width: 150px;
    display: grid;
    margin: auto;
    border: none;
    outline: none;
    text-align: center;
    background-color: #9fcb3d;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 50px;
    padding-top: 10px;
}
.display{
    display: flex;
    justify-content: center;
}
.display .units {
    margin: 0 5px; /* Adjust spacing between buttons */
}
.units{
    height: 50px;
    width: 150px;
    background-color:#d5d5d5 ;
}
