body {
  background: #fae1d4;
  width: 98%;
  height: 100%;
  z-index: 1;
}

h1 {
  position: relative;
  font-size: 40px;
  top: 20px;
  left: 30px;
  font-family: "Averia Serif Libre", cursive;
  text-align: center;
  margin-top: 0;
}
.nav {
  display: flex;
  justify-content: flex-end;
  margin-block-start: 0;
  margin-bottom: 0px;
  border-bottom: 4px solid black;
  width: 100%;
  height: 40px;
}

header {
  display: flex;
  justify-content: flex-start;
  float: left;
  top: 30px;
  left: 20px;
}

.nav-item {
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 700;
  font-family: "Averia Serif Libre", cursive;
  padding: 0 20px 10px 20px;
  display: inline;
}

.nav-item a {
  text-decoration: none;
  color: black;
  border-bottom: 3px solid black;
}
.nav-item a:hover {
  text-decoration: none;
  color: grey;
  border-bottom: 2px solid grey;
  transition-delay: 150ms;
  transition-duration: 400ms;
}

.header-component {
  display: flex;
  margin-top: 10px;
  padding: 20px 0 10px 0;
  width: 100%;
  background-color: #fff0ec9a;
  border: 5px double #b8b8b8;
  box-shadow: 0 0 5px 0 rgb(163, 163, 163);
  border-radius: 40px;
}

.header-component img {
  display: flex;
  justify-content: center;
  z-index: 0;
  padding-left: 20px;
  object-fit: fill;
  height: 300px;
  width: 50%;
  border-radius: 70px;
  box-shadow: 10px 10px 5px #ccc;
}
.header-component p {
  flex-shrink: 3;
  width: 300px;
  margin: 0 30px 30px 200px;
  padding: 20px 50px 20px 50px;
  border: 4px outset #b8b8b8;
  border-radius: 70px;
  line-height: 2;
  float: right;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-indent: 30%;
}
.header-component .top-image {
  display: flex;
  align-items: baseline;
}

.header-component p:hover {
  background-color: rgba(241, 200, 200, 0.726);
  transition-duration: 500ms;
}

.extra {
  margin-top: 70px;
  display: flex;
  justify-content: space-around;
}
.extra #project-ideas {
  filter: brightness(70%);
  color:black;
  background-image: url("./hom-img/ruler.jpg");
  background-position: center;
  box-shadow: 0 5px 3px 5px rgb(163, 163, 163);
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  padding-top: 15px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  background-color: darkred;
  height: 300px;
  width: 600px;
  border:5px solid black;
  border-radius: 70px;
  
}
.extra #project-ideas h3 {
  font-size: 50px;
  margin-top: 60px;
  margin-bottom: 5px;
}
.extra #project-ideas:hover {
  filter: brightness(100%);
  transition-duration: 1s;
}
h3 {
  font-size: 40px;
  margin-top: 50px;
}


.extra #project-ideas p {
  margin-top: 10px;
  align-self: center;
  width: 300px;
  height: 200px;
  font-size: 25px;
}

#join {
  filter: brightness(70%);
  text-align: center;
  padding-top: 15px;
  color: white;
  background-image: url("./hom-img/road.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  width: 600px;
  border-radius: 70px;
  backdrop-filter: blur(2px);
  box-shadow: 0 5px 3px 5px rgb(163, 163, 163);
  border:5px solid black;
}
.join {
  margin-top: 70px;
  color: white;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  backdrop-filter: blur(2px);
  text-decoration: none;
}


#join:hover{
  filter: brightness(100%);
  transition-duration: 1s;
}

footer{
  margin-top: 100px;
  width: 100%;
  height: 200px;
  background-color: #cfaaa2;
  border-top: 7px solid rgb(48, 45, 45);
}
