html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

footer {
  background-color: rgb(181, 158, 235);
  padding: 10px;
  text-align: center;
}

.size_text_footer {
  font-size: 17px;
  color: rgb(49, 48, 48);
}

.custom-navbar {
  background-color: rgb(92, 71, 143);
}

.image-2 {
  margin-left: 250px;
}

.col-4 img {
  display: block;
  margin-bottom: 10px;
  width: 45%;
  height: auto;
}

.nav-link {
  color: rgb(216, 212, 212) !important;
}

.title-contact {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.contact-info {
  text-align: center;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-info h3 {
  font-style: italic;
  color: rgb(92, 71, 143);
}

.icon_contact {
  padding-right: 1rem;
}
