body {
	background-color: #ff8d00;
}

.custom-table {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-radius: 25px !important;
    border: 2px solid black;
}

.center-table td, .center-table th {
    padding: 8px;
    border: 2px solid black;
    text-align: center;
    font-size: 24px;
    white-space: normal;
}

.custom-table td.field {
  text-align: right;
  font-weight: bold;
  padding-right: 10px;
}

.custom-table td.data {
  text-align: left;
  padding-left: 10px;
}


.txt1 {
  background-color: none;
  border: none;
  color: black;
  text-align: center;
  font-size: 56px;
  margin: auto;
}


.txt2 {
  background-color: grey;
  font-weight:bold;
  font-size: 38px;
  color: black;
  border: none;
  border-radius: 10px;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  cursor: help;
}

.txt3 {
  font-weight:bold;
  font-size: 36px;
  color: darkblue;
}

.txt4 {
  font-weight: bold;
  font-size: 32px;
  color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.font-size32 {
  font-size: 32px;
}

.text-large24 {
  font-size: 24px;
}

.text-large24b {
  font-size: 24px;
  font-weight: bold;
}

.button1 {
  background-color: black;
  border-radius: 10px;
  color: white;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  font-size: 32px;
  margin: 4px 4px;
  display: inline-block;
  cursor: disabled;
  white-space: nowrap;
}

.button2 {
  background-color: Green;
  border: auto;
  border-radius: 10px;
  color: white;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin: 8px 8px;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button3 {
  background-color: black;
  border: 8px;
  border-radius: 10px;
  color: white;
  padding: 12px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 32px;
  margin: 4px 4px;
  cursor: disabled;
  white-space: nowrap;
}

.box01 {
  border: 1px solid;
  background-color: orange;
  display: inline-block;
  padding: 2.5px 222px;
  border-radius: 10px;
  color: black;
  text-align: center;
}

.box2 {
  background-color: orange;
  border: 2px solid;
  border-radius: 10px;
  border-color: black;
  color: black;
  padding: 12px 12px;
  text-align: left;
  text-decoration: none;
  font-size: 32px;
  cursor: disabled;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px 16px;
}

.box3 {
  background-color: orange;
  font-size: 34px;
  border: 2px solid;
  border-radius: 10px;
  border-color: black;
  color: black;
  padding: 12px 12px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  margin: 24px 24px;
  cursor: disabled;
  white-space: nowrap;
}

.image-style01 {
  width: 430px;
  height: auto;
  border: 1px solid black;
}
