body {
  margin: 0;
  min-height: 100vh;
  font-family: Arial, sans-serif;
  justify-content: center;
  font-size: 14px;
 
}

.container {
  text-align: center;
  
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
}

.title {
  font-size: 1.4em;
  color: #333;
  margin-bottom: 10px;
}

.camera-img {
  width: 100px;
  height: auto;
  margin-bottom: 0px;
}

.button {
max-width: 75%;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.button:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.bl {
  background-color: #007bff;
  color: white;
}

.wt {
  background-color: #ccc;
  color: #333;
}

.icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.divider {
  width: 1px;
  height: 20px;
  background: linear-gradient(to right, #aaa, #888, #aaa);
  margin: 0 10px;
}

.description {
  color: #666;
  font-size: 1em;
  text-align: left;
  line-height: 1.5em;
  width: 80%;
  min-width: 200px;
}

.description img {
  width: 100%;
}

.info {
  display: grid;
  text-align: left;
  grid-template-columns: 1fr 2fr 1fr 2fr;
  grid-template-rows: repeat(2, auto);
  gap: 0px;
  line-height: 2em;
}

.tl {
  width: 80%;
  font-size: 1em;
  font-weight: bold;
  color: #000;
  text-align: left !important;
  line-height: 2em;
}

.con {
  color: #666;
}

.hidden {
  display: none;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  justify-content: center;
}

#overlayContent {
  width: 80%;
  max-width: 400px;
  background-color: white;
  padding: 80px 0 0 0;
  border-radius: 10px;
  text-align: left;
  color: #fff;
  font-size: 20px;
  background-color: transparent;
}

#closeButton {
  margin-top: 10px;
  margin-left: 30%;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px dashed #fff;
}

.circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: red;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 5px;
}

.overlayImage {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 100px;
  height: auto;
  cursor: pointer;
  z-index: 1001;
}

.ims {
  clear: both;
  display: block;
  font-size: 9px;
  color: #666;
  width: 100%;
}

.cad {
  margin-top: 20px;
  width: 100%;
}
