* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Navbar start */
.logo {
  width: 10rem;
  height: 3rem;
}
/* Navbar end */
/* Title start */
.title {
  width: 100%;
  position: relative;
  margin-top: 4rem;
}
.title > img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
}
.title > p {
  position: absolute;
  background-color: rgb(0, 0, 0, 0.5);
  top: 50%;
  color: #fff;
  padding: 2rem 3rem;
  transform: translate(-50%, -50%);
  left: 50%;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
/* Title end */
/* Hero Section Start */
.card > img {
  height: 50%;
  padding: 20px;
  margin-top: 2px;
}
p > span {
  letter-spacing: 1px;
}

/* Hero section End */
/* footer start */
footer {
  background-color: #222;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}
.social-icons a {
  color: #fff;
  font-size: 20px;
  margin: 0 10px;
  transition: 0.3s;
  border: #fff 1px solid;
  border-radius: 10%;
  padding: 3px;
}
form > input {
  min-width: 180px;
  max-width: 400px;
  margin: 1rem;
}

.copyright {
  margin-top: 1rem;
  font-size: 14px;
  color: #aaa;
}
/* footer end */
