body {
  background-image: url('images/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo {
  margin-top: 600px;
  width: 200px;
  height: auto;
}

.description {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  max-width: 600px;
  text-align: center;
}

.soon {
  color: #52FFFF;
  font-family: "Montserrat", sans-serif;
  margin-bottom: -40px;
}

.tournaments {
  margin-top: 600px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}


.tournament {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Special Gothic Expanded One", sans-serif;
}

.tournament img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
}


.ranking {
  margin-top: 0;
  margin-bottom: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rankings {
  margin-top: 600px;
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}


.ranking h2 {
  margin-bottom: 20px;
  color: #52FFFF;
  font-family: "Montserrat", sans-serif;
}

.teams {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.team {
  font-family: "Special Gothic Expanded One", sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #52FFFF;
}

.tg {
  margin-top: 200px;
  text-align: center;
}

.tw {
  margin-top: 8px;
  margin-bottom: 100px;
  text-align: center;
}

.tg a, .tw a {
  color: #52FFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  text-decoration: none;
}

.tg a:hover, .tw a:hover {
  text-decoration: underline;
}

