#numberForm, #searchForm, #phoneForm {
    text-align: left;
    padding: 32px;
}
#searchForm #content {
    display: block;
    margin: 20px 0;
}
button#hw6pt1sub, button#hw6pt1clear, button#hw6pt2sub, #hw6pt3sub, #hw6pt3clear {
    color: #F0F0F0;
   background-color: #2430F0;
   border: 1px solid #2430F0;
   font-family: 'Roboto', sans-serif;
   font-size: 0.85rem;
   font-weight: 400;
   padding: 16px 24px;
   margin-right: 8px;
   width: 12em;
   cursor: pointer;
}
#searchChar, #numberInput, #phoneNumber {
    width: 300px;
}
#result {
    margin-top: 20px;
    font-weight: 500;
}