body {
  background-image: url("crampons4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
h1 {
  color: white;
  display: flex;
  justify-content: center;
}
.profile-area {
  padding: 80px 0;
}
.card {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 15px;
  background-color: black;
  color: white;
  height: 500px; /*longueur*/
}

.img1 img {
  height: 200px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
}

.main-text {
  padding: 30px 0;
  text-align: center;
}

.main-text h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  margin: 0 0 20px;
}

.main-text p {
  font-size: 16px;
  padding: 0 35px;
}

.socials {
  text-align: center;
  padding-bottom: 20px;
}

.socials i {
  font-size: 20px;
  color: darkcyan;
  padding: 0 10px;
}

@font-face {
  font-family: "PermanentMarker";
  src: url(PermanentMarker-Regular.ttf);
}
body {
  font-family: "PermanentMarker";
}

/* image grandissant au survol */
.card {
  transition: transform 1s;
}

.card:hover {
  transform: scale(1.05);
}

.ce {
  transition: transform 1s;
}

.ce:hover {
  transform: scale(1.02);
}

.cd {
  transition: transform 1s;
}

.cd:hover {
  transform: scale(1.02);
}
