* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  /* background-color: #244C7B; */
  font-family: 'Poppins', sans-serif;
  text-align: center;
  margin: 0 5rem;
  background-image: url(../images/map-background-00692bd3.webp.png);
  background-size: 100%;
}

.LogoMB {
  width: 14rem;
  transition: all 0.2s linear;
  @media (max-width: 400px) {
    width: 8rem;
  }
}
.LogoMB:hover{
  width: 15rem;
}

.container {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, max-content));
  grid-gap: 8rem;
  justify-content: center;
  align-items: center;
}

.gif {
  width: 100%;
  height: 100%;
  @media (max-width: 400px) {
    width: 90%;
  }
}

.containery {
  display: grid;
  margin: auto;
  justify-items: center;
  align-content: center;
}

.containerx {
  display: grid;
  justify-items: center;
  align-content: center;
}

.paragrafo-logo {
  margin-top: 1rem;
}