[hidden] {
  display: none !important;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100svh;
  max-width: 100svw;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%231dc2b9' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

h1 {
  letter-spacing: 3px;
  font-size: 40px;
  color: #1dbfc2;
}

h2 {
  color: #1dbfc2;
  letter-spacing: 3px;
  font-size: 20px;
  text-align: start;
}

.header-container {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 10px;
  border: 1px #1dbfc2b9 solid;
  text-align: center;
}

.loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rbga(255, 255, 255, 0.8);
}

.loading-container img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.image-container {
  margin: 10px 30%;
}

.image-container img {
  margin-top: 10px;
  max-width: 100%;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(128, 128, 128, 0.3);
}

.popup {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  min-width: 300px;
  max-width: 90%;
  box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.2);
  border: 1px #1dbfc2b9 solid;
  text-align: center;
  z-index: 9998;
}

.popup-text {
  color: #1dbfc2;
  letter-spacing: 2px;
  font-size: 15px;
  text-align: start;
  padding: 10px;
}

.popup-button {
  background-color: #1dbfc2;
  cursor: pointer;
  font-size: 1rem;
  height: 2.5rem;
  border-radius: 10px;
  color: #fff;
  outline: none;
  border: none;
  padding: 0.5rem 1.8rem;
}

.popup-button:hover {
  background-color: #1e9fa1;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 20px;
  }

  .image-container {
    margin: 10px;
  }
}
