@font-face {
font-family: lsans;
src: url(https://file.garden/Z78F0nFtX2vHpche/LSANS.TTF);
}

body {
  background: white;
}

.text-container {
  background: transparent;
  font-size: 0.875em;
  font-family: lsans;
  width: 360px;
  margin: auto;
  font-size:  14px;
  padding: 0px;
}
button {
  padding: 2px 8px;
  color: #222;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  box-shadow:
    inset 0 1px 0 #ffffff,
    0 1px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

button:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%);
}

sup {
  position: relative;
  top: -7px; 
  font-size: 11px;
  font-style: italic;
  color: #990000;
}

.bar {
  background-image: url("https://file.garden/Z78F0nFtX2vHpche/red-ao3.png");
  width: 100%;
  height: 60px;
  margin-top: 5px;
  box-shadow: 0px 1px 10px black inset;
  color: white;
  padding: 10px;
  word-spacing: 10px;
}

input {
  border-radius: 10px;
  margin-right: 10px;
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  border: 1px solid #bcbcbc;
  box-shadow:
    inset 0 1px 0 #ffffff,
    0 1px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.main-box {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.4);
  width: 98%;
  margin: auto;
  margin-top: 50px;
  padding: 5px;
  line-height: 23px;
  font-size: 12px;
}

.undr {
  text-decoration: underline dotted gray;
  text-underline-offset: 4px;
  text-indent: 10px;
}

.bundr {
  text-decoration: underline solid black;
  text-underline-offset: 3px;
}

.undrr {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.undrr::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid black;
}