* {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style: none;
}

body {
  background-color: #141923;
}

.hero {
  width: 100%;
  min-height: 200px;
  background-color: rgb(66, 30, 133);
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav {
  width: 100%;
  min-height: 50px;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.26); */
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 0px;
  background-color: #141923;
}

.logo-kickof {
  width: 300px;
  padding: 0px 20px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  font-size: 23px;
  letter-spacing: 2.5px;
}

.wrapper {
  color: #fff;
  padding: 10px;
}

.space {
  margin-top: 20px;
}

nav {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
  /* padding-top: 40px; */
}

.nav-container {
  display: flex;
  width: 300px;
  justify-content: space-around;
}

.nav-container > li {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
}

.nav-container > li:hover {
  color: #fff;
  opacity: 1;
}

a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
