html, body {
  overscroll-behavior: none;
  z-index: 2;
}

.parent-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.child-container {
  width: 100%;
  max-width: 700px;
  min-height: 842px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 18px;
  text-align: center;
}

h2 {
  font-size: 16px;
  text-align: center;
}

.contract_number {
  text-align: center;
}

.art_title {
}

.art_body {
}

.padding {
  padding-left: 50px;
}

.signature {
  text-align: center;
}

#clear-button {
}

#save-button {
}

#drawing-area {
  all: unset;
  border: 1px solid black;
}

.l {
  float: left;
  width: 30%;
  text-align: right;
}
.v {
  float: left;
  width: 70%;
  text-align: left;
}
.row {
  padding: 20px;
}
textarea {
  resize: none;
  width: 300px;
  height: 150px;
}
.error {
  color: red;
  text-align: center;
}
.success {
  color: green;
  text-align: center;
}





#text {
  max-width: 800px;
}
#show {
  position: fixed;
  top: 30px;
  left: 10px;
  background: #da1b60;
  border: none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1em;
  width: 200px;
}
#show:hover {
  background: #ff8a00;
  cursor: pointer;
}

/*
#close {
  position: fixed;
  bottom: 30px;
  right: 10px;
}
#show,
#close {
  background: #da1b60;
  border: none;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 1em;
  width: 200px;
}
#show:hover,
#close:hover {
  background: #ff8a00;
  cursor: pointer;
}
*/
#dialog {
  display: none;
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 0vw;
  height: 0vh;


/*
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0px;
  background-color: #444;
  color: #fff;
*/

  text-align: center;
  z-index: 1;
}
#dialog.show {
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.owner {
  float: left;
  font-weight: bold;
  text-align: center;
}

.tenant {
  float: right;
  font-weight: bold;
  text-align: center;
}
