/* +++++++++++++++++++++++++++++++++++++++++ */
/*                  FOOTER                   */
/* +++++++++++++++++++++++++++++++++++++++++ */

.ft_internals {
  display: flex;
  flex-direction: column;
}

.ft_img {
  margin-top: 5px;
  height: 300px;
}

.ft_img_1 {
  background-size: cover;
  background-position: center;
  background-image: url(img/gif-webp/rever.gif);
}

.footer {
  overflow: hidden;
  height: 62px;
  /* Box Style */
  margin-top: 5px;
}

.footer_1 {
  position: static;
  padding: 7px;
  width: 100%;
  height: fit-content;

  /* Text Style */
  text-align: center;
  color: #333;
  font-size: 12px;
  font-weight: bolder;

  background-image: url(img/wallpaper/design17.gif);
  background-size: 100px;
}
