.body404 {
  background: linear-gradient(135deg, #0f0c29, #302b63 50%, #24243e);
  color: rgb(0,0,0);
}

.div404 {
  text-align: center;
  margin: 5%;
}

.image404 {
  max-width: 400px;
  min-width: auto;
  height: auto;
}

.heading404 {
  font-size: 2.2rem;
  margin: 8px 0;
}

.paragraph404 {
  font-size: 1.6rem;
  margin-bottom: 11%;
}

.headingevent {
  color: rgb(255,255,255);
  text-align: center;
  margin-top: 42px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.heading2event {
  text-align: center;
  margin-top: 18px;
  font-weight: bold;
  font-family: Roboto, sans-serif;
}

.heading3events {
  font-weight: bold;
  font-family: Roboto, sans-serif;
}

.aboutusindex {
  height: 500px;
  background: rgba(30,106,221,0);
}

.aboutusindexheader {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 40px;
}

.aboutusindexdescription {
  color: #fff;
  font-family: Orbitron, sans-serif;
  max-width: 800px;
}

.infocardindex {
  margin-top: 30px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.meettheteamindex {
  color: rgb(255,255,255);
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 154px;
  margin-bottom: 48px;
}

