body {
  margin: 0 8%;
}

.homepage-image {
  background-image: url(images/MAR.jpg);
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.77;
}

h1,
h2 {
  font-weight: bold;
}

nav {
  width: 100%;
  display: flex;
  justify-content: end;
}

nav a {
  font-size: 1.25em;
  margin: 0 10px;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  margin-top: 20px;
}
h1 {
  font-size: 80px;
}
.title {
  font-size: 95px;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
.image-container {
  width: 400px;
  height: 400px;
  margin: 10px;
}
.image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio-wrapper {
  display: flex;
  flex-wrap: wrap;
}

form {
  padding: 50px 55px;
  box-shadow: 0 0 20px;
  border-radius: 20px;
  text-align: center;
  width: 340px;
}

.input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

h2 {
  color: black;
  font-size: 35px;
}

label {
  color: black;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

input,
textarea {
  padding: 17px 25px;
  border-radius: 25px;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  border: 2px solid #ffffff;
  color: black;
  outline: none;
}

input::placeholder,
textarea::placeholder {
  color: #878787;
}

.form-text {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.form-text a {
  color: #e2f2f7;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.btn {
  font-size: 16px;
  color: white;
  border: 0;
  border-radius: 25px;
  background-color: #a0a0a0;
  box-shadow: 0 0 20px rgba ();
  cursor: pointer;
}

.btn:hover {
  background-color: rgb(0, 0, 0);
}

@media (max-width: 991px) {
  body {
    padding: 30px;
  }

  form {
    padding: 50px 30px;
    width: 100%;
  }

  input {
    padding: 15px;
  }
}
