body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  /* position: fixed; */
  background: linear-gradient(169.76deg, #6f0b51 8.39%, #0c043f 88.36%)
    no-repeat center center/cover;
  width: 100%;
  height: auto;
  font-family: "Space Mono", monospace;
  color: #fff;
}

#webpage-ctn {
  /* position: fixed; */
  background: url("/static/img/BeeHive.png") center center/cover;
  width: 100%;
  height: auto;
}

.container {
  font-family: "Space Mono", monospace;
  color: #fff;
}

#navbar-container {
  background: #e61366;
}

.navbar-toggler {
  color: #fff;
}

.nav-link {
  text-decoration: none;
  font-family: "Space Mono", monospace;
  color: #fff;
}

.titulo {
  margin: 20px 0;
  font-size: 40px;
  text-align: center;
}

/* -----Boxes----- */

.box {
  /* width: 250px; */
  height: 100%;
  width: auto;
  background: rgba(230, 19, 102, 0.75);
  backdrop-filter: blur(35px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  padding: 10px 2rem;
}

.box_container {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  position: absolute;
  top: 250px;
}

.img_person1 {
  padding: 20px 35px;
  border-radius: 20%;
}

.name1,
.tarea {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
}

.tarea {
  font-size: 24px;
  line-height: 28px;
}

.socialmedia {
  text-align: center;
  margin: 10px 20px;
}

.a {
  margin: 20px 15px;
  text-decoration: none;
}

/* ----Footer---- */

footer {
  margin-top: 20px;
}

.sm_btn {
  /* padding: 0 2rem; */
  margin: 0 15px;
  text-decoration: none;
}

h4 {
  font-family: "Space Mono", monospace;
  color: #fff;
  padding-top: 10px;
  /* margin-top: 10px; */
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #340233;
}

::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: calc(15px / 2);
}

::-webkit-scrollbar-thumb:hover {
  background: #0c043f;
  border-radius: calc(15px / 2);
}

@media (max-width: 340px) {
  .box {
    height: auto;
  }
  .img_person1 {
    width: 100%;
  }
  .name1,
  .tarea {
    font-size: 25px;
    line-height: 30px;
  }
  .img-nav {
    width: 165px;
  }
  .img-tog {
    width: 30px;
  }
}
