.textbox {
    width: 250px;
    padding: 0 20px;
    height: 55px;
    font-size: 18px;
    margin-bottom: 10px;
}
.textbox2 {
    width: 505px;
    padding: 0 20px;
    height: 55px;
    font-size: 18px;
    margin-bottom: 10px;
}
#hbl {
    width: 150px;
    text-align: center;
    padding: 0 20px;
    height: 55px;
    font-size: 18px;
    margin-bottom: 10px;
}
#search {
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    height: 55px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white; 
    color: #df1e08; 
    border: 2px solid #df1e08;
}
#search:hover {
    background-color: #df1e08;
    color: white;
}