* {
  box-sizing: border-box;
}
body{
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #000;
  color: #000;
  font-size: 18px;
  font-family:  'Comic Neue','Comic Sans MS', cursive;
  margin: 0;
  padding: 0;
}

.container {
  flex-grow: 1;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 0 20px;
}

.hero-logo {
  margin-bottom: 27px;
}

.hero-logo-img {
  height: 160;
  margin: auto;
}


.content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  padding: 60px 20px;
  margin: auto;
  justify-content: center;
}

.hero {
  width: 100%;
  background: #e64d24;
  display: flex;
  color: #fff;
}

.headerimage {
  height: 310px;
  width: 1500px;
  background: #000000;
  color: #000000;
}

.headerContent {
  justify-content: center;
  align-items: center;
  color: #000000;
}

.header-imgage {
  height: 310px;
  width: 1368px;
  margin-bottom: 0px;
}

.header-img {
  height: 300px;
  width: 1368px;
  margin: -50px;
}

.heroContent {
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.mintSection {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mintButton{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 3px;
    background-color: #0a92b9;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    padding: 5px 15px;
    margin: auto;
}

.commingsoon {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
}

.content-title {
  font-size: 25px;
  letter-spacing: 1px;
  font-family: 'Londrina Solid', cursive;
  margin-left: -30px;
  margin-bottom: 15px;
  margin-top: 30px;
  text-transform: uppercase;
  color: #00d8ff;
}

.sweep-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.section-title {
  font-size: 32px;
  letter-spacing: 1px;
  font-family: 'Londrina Solid', cursive;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

.small-text {
  font-size: 14px;
  font-weight: bold;
}

.center {
  text-align: center;
}

.section--space {
    height: 30px;
    background-color: #e64d24;
    color: #fff;
}

.section--blue {
    background-color: #1969cb;
    color: #fff;
}
.section--green {
  background-color: #d8f636;
}
.section--yellow {
  background-color: #fece00;
}

.team-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  justify-content: center;
}
.team-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.team-avatar {
  height: 150px;
}


.sweep-list {
  margin-top: 50px;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

.sweep-list-item-image {
  width: 200px;
  height: auto;
}

footer {

}