.bg {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bg-logo {
  margin: 0 210px;
}

.bg-dann {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 800px;
  height: 0;
  margin: 0 auto;
}

.bg-logo {
  margin: 0 10px;
}

.buttons {
  margin-left: 80px;
  position: fixed;
  bottom: 40px;
}

.buttons img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.buttons a {
  text-decoration: none;
}

@media (max-width: 768px) {
  ul.navbar-nav {
    gap: 0;
    flex-direction: column;
  }

  .navbar {
    position: relative;
    left: 0;
  }

  a.active:after {
    left: 0;
    width: 10%;
  }

  .body {
    height: 70vh;
  }

  .bg {
    height: 72vh;
    justify-content: space-evenly;
  }

  .bg-logo {
    margin: 0 10px;
  }

  .buttons {
    display: flex;
    justify-content: center;
    position: relative;
    margin-left: 0;
  }

  .social-media {
    position: absolute;
    top: 74px;
    right: 20px;
    margin-top: 0;
  }
}