
.buttonClass {

  width:143px;
  height:32px;
  border-width:2px;
  color:rgba(0, 0, 0, 1);
  border-color:rgba(3, 2, 0, 1);
  border-top-left-radius:15px;
  border-top-right-radius:15px;
  border-bottom-left-radius:15px;
  border-bottom-right-radius:15px;
  background:rgba(218, 192, 133, 1);
}

.buttonClass:hover {
  background: rgba(178, 157, 108, 1)
}

.inputClass {

  border-width:2px;
  color:rgba(0, 0, 0, 1);
  border-color:rgba(3, 2, 0, 1);
  background:rgba(218, 192, 133, 1);
  font: 30px Times New Roman, sans-serif;
}

.inputClass::-webkit-scrollbar {
  display: none;
}