body {
  cursor: url('views/wokvector.png'), auto; 
  align-content: center;
  display: block;
  flex-direction: column;
  align-items: center;
}  

footer {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  justify-content:center;
  align-items:center;
}

.woks {
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  body {
    margin: 0 auto;
    max-width: 100%;
  }
}

#subheader {
  color: white;
  font-family: "Arial";
  font-smooth: never;
  text-align: center;
  font-size: 15px;
  text-shadow: black 3px 3px;
}

#body_text {
  color: white;
  font-family: "Arial";
  font-smooth: never;
  text-align: center;
  font-size: 24px;
  text-shadow: rgb(196, 14, 14) 3px 3px;
}

/* Style for the album container */
.album {
  max-width: 1200px; /* Adjust this value based on your design */
  margin: 0 auto;   /* Center the album on the page */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.row {
  flex-shrink: 0;
}
/* Style for the images inside the album */
.image {
  flex: 33.33%;
  padding: 5px;
  height: 350px;
  width: auto;
}

.album .image:nth-child(3n) {
  margin-right: 0; /* Remove right margin for every third image in a row */
}

.album .image img {
  max-width: 100%; /* Limit image width to its original size */
  height: auto; /* Allow images to adjust their height while maintaining aspect ratio */
}

#body_header {
  color: white;
  font-family: "Arial";
  font-smooth: never;
  text-align: center;
  font-size: 40px;
  text-shadow: rgb(196, 14, 14) 3px 3px;
}

#bodyy {
  text-align: center;
  font-family: 'Arial';
  font-smooth: never;
  font-size: 30px;
  background-image: url('views/background.jpeg');
  background-repeat: repeat;
  align-items: center;
}

#bsod {
  background-color: blue;
  background-image: url('views/bsod.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  width: 600px;
  margin: auto;
}

#welcome {
  font-size: 40px;
  font-family: 'Arial';
  color: white;
  text-shadow:black 4px 4px;
}

table {
  border-collapse: separate;
  border: 3px solid #000000;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  margin: auto;
  width: 500px;
  border-spacing: 10;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#rsvptable {
  border-collapse: separate;
  border: 3px solid #000000;
  border-radius: 10px;
  font-family: Arial, sans-serif;
  margin: auto;
  width: 600px;
  border-spacing: 10;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#submit {
  padding: 10px;
  width: 100px;
  font-size: 20px;
  cursor: url('views/wokvector.png'), auto; 
}

input {
  width: 200px;
}

select {
  width: 210px;
}

th, td {
  padding: 10px;
  border: 3px solid #000000;
  background-color: #cccccc;
  font-size: 20px;
}

th {
  font-size: 25px;
}

#rsvpno {
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  font-size: 18px;
  cursor: url('views/wokvector.png'), auto; 
}

#rsvpyes {
  top: 50%;
  left: 50%;
  padding: 10px 20px;
  font-size: 18px;
  cursor: url('views/wokvector.png'), auto; 
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    font-size:  75%;
    width: 200px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

.smallbanner {
  margin: 10px;
}