body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: #f5f5f5;
    color: #333;
}

header{
    /*margin-left: 250px;*/
    background-color: white;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 30px 10px;
}

header h1{
    margin: 60px;
    font-size: 2.5em;
}


section{
    padding: 20px;
    background: white;
    margin: 0 auto;
    border-radius: 8px;
    width:100%;
}

h2{
    color: #4A148C;
}

ul{
    list-style-type: disc;
    padding-left: 20px;
}

.gallery{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.gallery img{
    width: 30%;
    border-radius: 8px;
}


.overview-container{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.overview-text{
    flex: 1;
}

.overview-map{
    flex: 1;
}

.overview-map iframe{
    width: 100%;
    height: 300px;
    border: 0;
}

footer{
    text-align: center;
    padding: 15px;
    background-color: #4A148C;
    color: white;
}

/* .sidebar {
    height: 100vh;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #111;
    padding-top: 20px;
    overflow-y: auto;
}

.sidebar a {
    display: block;
    color: white;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 18px;
}


.sidebar a:hover {
    background-color: #575757;
}

.content {
    margin-left: 250px;
    padding: 20px;
} */

.topbar {
  position: fixed;       
  top: 0;
  left: 0;
  width: 100%;  
  background-color: #111;
  display: flex;         
  justify-content: center; 
  /*padding: 10px 0;*/
  z-index: 1000;   
  align-items: center;    
}

.topbar a {
  color: white;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 12px;
}

.topbar a:hover {
  background-color: #575757;
}

.content {
    margin-top: 8vh;
    padding: 20px; 
}

table img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0,3);
    transform: scale(1.05);
    transition: transform 0.3s ease;
    width: 200px;       
    height: 200px;      
    object-fit: cover;  
    border-radius: 8px; 
    display: block;
}

.back-link {
  color: white;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  display: inline-block;
  
}

.back-link:hover {
  background-color: #f5f5f5;
}

.website {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #4A148C;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}

.team{
    width: 100%;
    align-items: center;
    display: flex;
}

.team-logo {
    width: 100px;
    height: 100px;
}

.match-image{
    width: 500px;
}

.picture-2 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0,3);
    transform: scale(1.05);
    transition: transform 0.3s ease;
    width: 400px;       
    height: 400px;      
    object-fit: cover;  
    border-radius: 8px; 
    display: block;
}
