body {
  background-image: url("spider.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body {
  color: white;
}
.floating-box.welcome-box {
  position: relative;
  font-family: "dogica", sans-serif;
  letter-spacing: -1px;
  background-color: rgba(255, 0, 127, 0.8);
  padding: 20px;
  max-width: 600px;
  margin: 40px auto;
  width: auto;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 6px solid black;
  text-align: center;
}
.graphic {
  position: absolute;
  width: 200px;
  height: auto;
}
.graphic.left {
  left: -200px;
  top: 50%;
  transform: translateY(-50%);
}
.graphic.right {
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
}
@font-face{
  font-family: "dogica";
  src: url("dogica.ttf") format("truetype");
}
.divider-img {
  width: 500px;
  height: auto;
}
.divider-row {
  display: flex;
  justify-content: center;
  gap: 0px;
  margin: 5px auto;
}
.status-box {
  max-width: 250px;
  width: 250px;
  min-height: 250px;
  flex-shrink: 0;
  margin: 0;
  background-color: rgba(255, 0, 127, 0.8);
  border: 6px solid black;
  border-radius: 15px;
  padding: 15px;
  font-family: "dogica", sans-serif;
  color: white;
  box-shadow: 0 4px  10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  box-sizing: border-box;
}
.status-divider-img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 100%;
  height: auto;
}
.stamp-box .stamp-image {
  width: 100px;
  height: auto;
  margin: 10px 0;
}
.stamp-box a {
  color: white;
  text-decoration: underline;
}
.stamp-box a:hover {
  color: hotpink;
}
.floating-box {
  font-family: "dogica", sans-serif;
  background-color: rgba(255, 0, 127, 0.8);
  border: 6px solid black;
  border-radius: 15px;
  padding: 15px;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-width: 250px;
  min-height: 250px;
  box-sizing: border-box;
  text-align: center;
  width: 250px;
  margin: 0;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: flex;
}
.stamp-divider-img {
  width: 90%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.box-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto;
  align-items: flex-start;
}
.stamps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: rgba(255,0,127,0.8);
  border: 6px solid black;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
}
.big-stamps-box {
  max-width: 1000px;
  width: 90%;
  min-height: 400px;
  margin: 20px auto;
  padding: 20px;
  background-color: rgba(255, 0, 127, 0.8);
  border: 6px solid black;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 15px;
  box-sizing: border-box;
}
  .big-stamps-box img {
    display: block;
    width: 150px;
    height: auto;
    margin: 5px;
  }
  .about-box {
    max-width: 250px;
    width: 250px;
    min-height: 250px;
    flex-shrink: 0;
    background-color: rgba(255, 0, 127, 0.8);
    border: 6px solid black;
    border-radius: 15px;
    padding: 15px;
    font-family: "dogica", sans-serif;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-sizing: border-box;
  }
  .about-divider-img {
    display: block;
    width: 100%;
    margin: 10px auto;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about-stamp-img {
    width: 120px;
    height: auto;
    margin: 10px auto;
  }