body {
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-image: url("../imgs/stars4.gif");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 15%;
    overflow-x: hidden;
	overflow-y: scroll;
}

.home-button {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

.home-button a {
  display: block;
  text-align: center;
}

.home-button img {
  max-height: 50px;
}

.boys-text {
    font-family: "Comic Sans MS", cursive;
    font-weight: bold;
    background-color: red;
    padding: 5px;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    text-align: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
}

.centered-image {
    display: block;
    margin: 0 auto;
}

.overlay-image {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

/* Media query for smaller screens */
@media (max-width: 768px) {
    .image-container {
        max-width: 100%;
    }
}

#main-content {
    width: 75%;
    margin: auto;
    padding: 20px;
    text-align: center;
}

#boys-table {
    border: 2px solid gray;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

#boys-table td, #boys-table th {
  padding: 5px; /* Cell padding */
  border: 2px solid gray;
}

.info-cell {
    text-align: center;
    font-family: "Comic Sans MS", cursive;
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}
