div#Title {
  background-color: rgb(17, 17, 17);
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
  color: #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  flex-wrap: wrap; 
}

.logo-title {
  display: flex;
  align-items: center;
  gap: 10px; 
}

.logo {
  width: 50px; 
  height: auto;
}

div#Title h1 {
  font-size: 2rem;
  margin: 0;
  color: #e0e0e0;
}

div#Title h2 {
  font-size: 1.5rem;
  margin: 0 0 0 10px;
  color: #e0e0e0;
}

nav {
  display: flex;
  gap: 15px;
}

nav a {
  display: inline-block;
  padding: 10px 15px;
  color: #e0e0e0;
  background-color: rgb(17, 17, 17);
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: 1px solid #e0e0e0;
}

nav a:hover {
  color: rgb(228, 228, 228);
  background-color: rgb(87, 87, 87);
}

p {
  margin: 100 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#Goal{
display:flexbox;
padding: 5px 10px;
background-color: rgb(32, 32, 32);
color: #e0e0e0;
border: 1px solid #e0e0e0;
text-align: center;
}

#GameShowcase {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh; 
  background-color: 181818; 
  color: #e7e7e7;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: #e7e7e7 solid 2px;
}

#GameShowcase h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.game-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
}

.game-image {
  max-width: 80%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border: #e7e7e7 solid 2px;
  transition: transform 0.3s ease;
}

.game-description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.learn-more {
  display: inline-block;
  padding: 15px 30px;
  background-color: #000000;
  color: #e7e7e7;
  text-decoration: none;
  font-size: 1.2rem;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.learn-more:hover {
  background-color: #3f3f3f;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
  color: #e0e0e0;
  line-height: 1.6;
}

div#Title {
  background-color: rgb(17, 17, 17);
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
  text-align: center;
}

div#Title h1 {
  font-size: 2.5rem;
  margin: 0;
  color: #e0e0e0;
}

div#Title h2 {
  font-size: 1.5rem;
  margin: 10px 0 0;
  color: #e0e0e0;
}


nav {
  margin-top: 10px;
}

nav a {
  display: inline-block;
  padding: 10px 15px;
  color: #e0e0e0;
  background-color: rgb(48, 48, 48);
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  margin: 0 5px;

}

nav a:hover {
  color: rgb(228, 228, 228);
  background-color: rgb(87, 87, 87);
}

nav a.currentpage {
  background-color: rgb(87, 87, 87);
  color: #fff;
}

p {
  max-width: 800px;
  margin: 20px auto;
  padding: 0 20px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
}



.team-image {
  width: 200px;
  height: 200px;
  border-radius: 5%;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
  border: #e7e7e7 solid 2px;
  margin: auto;
  display: block;
  justify-content: center;
}


footer {
  text-align: center;
  padding: 10px;
  background-color: rgb(48, 48, 48);
  color: #e0e0e0;
  border-top: 1px solid #e0e0e0;
  margin-top: 20px;
}

.column {
  float: left;
  width: 33.33%;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.row h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align:  center;
}

div#TeamDescription {
  display:flexbox;
  padding: 5px 10px;
  background-color: rgb(32, 32, 32);
  color: #e0e0e0;
  border: 1px solid #e0e0e0;
  text-align: center;
  margin: 20px auto;
  }