select, input {
    background: white;
    border: none;
    border-radius: 15px;
    font-size: 14px;
    height: 42px;
    text-align-last: center;
    width: 100%;
    max-width: 250px;
 }

 #room, #offer_code {
    cursor: pointer;
 }

 p {
     font-weight: bold;
     margin: 0;
 }

 .section {
    margin: inherit;
    height: inherit;
    margin-bottom: 0;
    padding: 0 6px;
 }
 
#amount {
    margin-top: .5rem;
    margin-bottom: 0px;
}

#match, #letter, #p_error, #error_room {
    display: none;
    color: #944245;
}

#select_offer {
    font-size: large;
    padding: 10px 30px;
    margin: auto;
    border: 0;
    background-color: #006EB6;
    color: white;
    border-radius: 15px;
    width: 250px;
    cursor: pointer;
}

#select_offer:hover {
    background-color: #005a9b;
}

#form_offer {
    display: grid;
    grid-template-areas: "a1";
    grid-gap: 25px;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
}

.p_amount{
    padding-top: 0.1rem;
}

.error {
    border-width: 2px;
    border-style: solid;
    border-color: #944245;
}