
body {
  background-color: #F6F0E7;
  font-family: Trebuchet MS;
  margin: 0;
}
/* Column container */
.container {
  display: flex;
  margin-top: 5%;
  flex-wrap: wrap;
  align-items: center;
}
.mainbody {
  margin: auto;
  background-color: #dab887;
  height: 300px;
  width: 1200px;
  display: flex;
  font-size: 12px;
  padding: 15px;
  overflow-y: auto;
    scrollbar-width: thin;
  scrollbar-color: rgb(82, 45, 11) #b2894f;
  
}
.textbox {
  margin-left: 5%;
  text-align: left;
  background-color: #dab887;
  align-self: flex-start;
  height: 80%;
  max-width: 30%;
}
.stampdiv {
  margin-right: 5%;
  margin-bottom: 4%;
  text-align: right;
  background-color: #dab887;
  align-self: flex-end;
  height: 80%;
  max-width: 30%;
}

.button {
  background-color: #b2894f;
  border: none;
  color: white;
  padding: 12px 30px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 190px;
}

.btn-group .button:hover {
  background-color: rgb(82, 45, 11);
}
.btn-group {
  display: flex;
  margin: auto;
  width: 1200px;
  flex-direction: row;
  min-width: fit-content;
  justify-content: flex-end;
  flex-display: nowrap;
}
.push {
  margin-left: auto;

}

.links {
  border: none;
  color: rgb(82, 45, 11);
  text-align: left;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}
