.card-contact {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.card-contact p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-align: right;
  margin-top: 0.3rem;
}

.card-contact a {
  text-decoration: none;
  color: black;
}

.card-contact img {
  width: 2rem;
  height: 2rem;
  display: block;
  align-self: center;
}

h1 {
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
