.overall-container {
  max-width: 840px;
  margin: auto;
}

code {
  /* background-color: #eee; */
  /* color: black;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center; */
  font-size: 10px !important;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 80%;
  margin: 20px auto;
  border-radius: 5px;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.header {
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  width: fit-content;
}

.header-text {
  margin: 10px;
  font-size: 12px;
  align-self: center;
}

.container {
  padding: 2px 16px;
}

.button-wrapper {
  width: 100%;
  text-align: center;
  padding: 20px;
  border-top: 1px solid gainsboro;
  margin-top: 10px;
}

.button-wrapper button {
  width: 120px;
}

.code {
  background-color: #eee;
  color: black;
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.check-availability-response {
  padding: 10px;
  background-color: #eee;
}

.response-wrapper {
  width: 100%;
  background: rgb(192, 192, 192);
  margin-bottom: 20px;
  border-radius: 6px;
}

.response-wrapper-nav {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  background: #161c24;
  color: #eee;
  border-bottom: 1px solid #3d3d3d;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 12px;
}

.status-wrapper {
  display: flex;
}

.status-wrapper div {
  display: flex;
  align-self: center;
  margin-right: 20px;
  margin-left: 20px;
}

.response-wrapper-body pre {
  background-color: #3d3d3d;
  color: white;
  padding: 0;
}

#editor1-wrapper {
  width: 100%;
  height: 100px;
  display: inline-block;
  position: relative;
}

#editor1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#editor2-wrapper {
  width: 100%;
  height: 200px;
  display: inline-block;
  position: relative;
}

#editor2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#check-availability-response {
  display: none;
}
