body {
    font-family: Arial, sans-serif;
    background-color: #5e5e5e;
  }

.nav-menu {
    width: 90%;
    margin: auto;
    background-color: #333;
    border-radius: .5%;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 1% 0%;
    margin: none;
    list-style: none;
  }

  .nav-menu li {
    margin: 0.3rem 0.6rem;
  }

nav a {
    color: #f2f2f2;
    text-align: center;
    padding: 14px 30px;
    text-decoration: none;
  }

nav a:hover {
    background-color: #575757;
  }

#promoimage{
  width: 80%;
  display: block;
  align-items: center;
  padding: 20px 10%;
}

#rankingtable{
  margin-top: 2%;
  font-size: 12px;
}

#rankingtable2{
  margin-top: 2%;
  font-size: 12px;
}

#prospecttable {
  margin-top: 2%;
  font-size: 15px;
}

#prospecttable td {
  width: 5%;
}
#prospecttable tr {
  height: 40px;
}



table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

table tr:nth-child(even) {
  font-weight: bold;
}

#playername{
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
}

#playername2{
  font-size: 20px;
  text-align: center;
  color: white;
  font-style: italic;
}


.image-viewer {
  width: 20%;
  height: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  background-color: #413f3f;
  margin-left: 5%;
}

.main-image {
  width: 90%;
  object-fit: contain;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0);
}


.thumbnail-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}


.thumbnail {
  width: 30%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.thumbnail:hover {
  border-color: #007bff;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-left: 5%;
  gap: 100px;
  width: 1000px;
  height: 600px;
}

.grid-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
}

.page-layout {
  display: flex;
  gap: 30px;
  padding: 0 20px;
}

#scoutimage{
  width: 70%;
}

.articles{
  width: 70%;
  font-size: 35px;
  border: 1px solid #ccc;
  background-color: darkgray;
  line-height: 70px;
}

#photoofme{
  width: 30%;
}

#aboutunorderedlist{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  background-color: #d0d0d0;
  width: 60%;
}
#animationsparagraphs{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  background-color: #d0d0d0;
}

.image-grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  margin-top: 2%;
  margin-left: 2%;
  gap: 1%;
  width: 90%;
}

.grid-image2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid black;
}

.grid-image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid black;
}

#liverpoolimage{
  width: 100%;
}

.image-grid3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin-top: 2%;
  margin-left: 2%;
  gap: 1%;
  width: 90%;
}

.image-viewer2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  background-color: #413f3f;
  margin-left: 5%;
}

.main-image2 {
  height: 800px;
  align-items: center;
  object-fit: contain;
  border: 2px solid #ccc;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0);
}

.thumbnail-container2 {
  height: 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.thumbnail2 {
  height: 100px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.thumbnail2:hover {
  border-color: #007bff;
}

#chartContainer {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.chart-box {
  position: relative;
  height: 400px;
}

.chart-box.pie {
  flex: 1 1 300px;
}

.chart-box.histogram {
  width: 100%;
  height: 400px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

figcaption {
text-align: center;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: white;
}







#fsuigamidiv {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fsuigami {
  width: 70%;
}

.fpidate{
  margin: 0%;
}