* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Global Styles */
h1 {
  font-size: 3rem;
  font-family: "Public Sans", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.2rem;
}

h2 {
  font-size: 2.6rem;
  font-family: "Public Sans", sans-serif;
  font-weight: lighter;
}

h3 {
  font-size: 1.8rem;
  font-family: "Public Sans", sans-serif;
  font-weight: lighter;
}
h4 {
  font-size: 1rem;
  font-family: "Public Sans", sans-serif;
  font-weight: lighter;
}
h5 {
  font-size: 1.2rem;
  font-family: "Public Sans", sans-serif;
  font-weight: bold;
}

hr {
  display: block;
  border-width: 0.5px;
  width: 40%;
  height: 1px;
  margin: auto;
  background: black;
}

p {
  font-size: 1rem;
  font-family: "Public Sans", sans-serif;
  font-weight: lighter;
}

li {
  display: inline;
  list-style-type: none;
  font-family: "Public Sans", sans-serif;
  font-weight: lighter;
}
a {
  font-size: 1.5rem;
  color: rgba(24, 22, 22, 0.7);
  text-decoration: none;
  font-family: "Public Sans", sans-serif;
  padding: 0.5rem;
}
.main-head {
  max-height: 45vh;
  width: 100vw;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  justify-content: center;
  margin: auto;
  color: rgba(146, 25, 25, 0.9);
  margin-top: 1.5rem;
}



.nav-bar {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.nav ul {
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  text-decoration: none;
  list-style-type: none;
}
/*Project Section */
#project {
  padding-top: 4rem;
  text-align: center;
  justify-content: center;
  width: 100vw;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.main-cap{
  margin: auto;
  width: 95vw;
}
.images {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-evenly;
  padding-bottom: 3rem;
}
.qcar2 {
  display: block;
  padding-top: 5rem;
  flex-wrap: wrap;
  min-width: 20vw;
}

}
.qcar2 img {
  max-width: 19rem;
  padding: 1rem;
}

/*About the team*/

#about {
  display: block;
  background: rgba(199, 195, 195, 0.712);
  position: relative;
  padding-top: 4rem;
  margin: auto;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.linkedin img {
  height: 3rem;
  margin-top: 2rem;
}

#about h2 {
  text-align: center;
  letter-spacing: 0.5rem;
}
#about h3 {
  color: rgba(146, 25, 25, 0.9);
  font-weight: bolder;
}

.about p {
}
img {
  height: 15rem;
  padding: 0.5rem;
}
.image {
  display: block;
  text-align: center;
  justify-content: center;
  padding-bottom: 3rem;
}

.team-container {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.team-container .caption {
  display: block;
  text-align: center;
  padding-left: 1rem;
  left: -15%;
}
.team-container .caption p {
  padding-top: 2rem;
}

#contact {
  text-align: center;
  justify-content: center;
  margin-top: 1%;
  height: 20vh;
}

.contact-text ul {
  align-items: center;
  justify-content: space-evenly;
  display: flex;
  text-decoration: none;
  list-style-type: none;
  padding-top: 1rem;
}

#logo {
  height: 15rem;
}


/* Sponsor */

#Sponsor{
  text-align: center;
  justify-content: center;
  display: block;
  padding-bottom: 2rem;
}

#Sponsor h2{
  padding-bottom: 2rem;
}
.anubi{
  padding-bottom: 1rem;
}