/* Styling for InputBox */
.inputbox {
background-color: green;
padding: 10px;
border-radius: 5px;
}
/* Styling for InputBox button */
.inputbox button {
background-color: white;
border: none;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
}