* {
  font-family: 'Inter', sans-serif;
  color: #e2e8f0
}

body {
  background-color: #0f172a;
}

#title_div {
  display: flex;
  align-items: center;
  gap: 16px;
}

#content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.button {
  background-color: #1a73e8;
  text-decoration: none;
  user-select: none;
  font-size: 14px;
  padding: 10px;
}

#warning_div {
  width: 100%;
  display: none;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 16px;
  border-radius: 5px;
  background-color: #ca8a04;
  color: white;
}

#container {
  height: 40px;
  width: 100px;
  overflow: hidden;
  background-clip: padding-box;
  background-color: #0369a1;
  position: relative;
  background-color: white;
}

#overlay {
  height: 100%;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  text-align: center;
  line-height: 1;
  pointer-events: none; 
  z-index: 2;
  font-size: 14px;
}

#docx_iframe {
  display: block;
  height: 477px;
  width: 448px;
  position: relative;
  top: calc(-477px + 60px);
  left: -43px;
  border: none;
  transform: scale(5);
  transform-origin: 43px calc(477px - 60px);
  margin-left: -10px;
  margin-top: -10px;
}

#zoom_test {
  width: 100px;
}
