<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  font-family: "Poppins", sans-serif;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: white !important;
}

.jumbotron {
  padding-top: 6rem;
  background-color: #0d6efd;
}

#projects {
  background-color: #0d6efd;
}

section {
  padding-top: 6rem;
}

.indicator-p {
  transform: translateY(50px);
}

.btn-up {
  z-index: 9999;
  position: fixed;
  right: 32px;
  bottom: 128px;
}

.btn-leanguage {
  z-index: 9999;
  position: fixed;
  right: 32px;
  bottom: 80px;
}

.btn-full {
  z-index: 9999;
  position: fixed;
  right: 32px;
  bottom: 32px;
}

.dropdown-toggle::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .btn-up {
    right: 16px;
    bottom: 112px;
  }

  .btn-leanguage {
    right: 16px;
    bottom: 64px;
  }

  .btn-full {
    right: 16px;
    bottom: 16px;
  }
}

.card-box {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-box a {
  display: none;
  transition: 300ms;
}

.card-box button {
  display: none;
  transition: 300ms;
}

.card-box:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.card-box:hover a {
  display: block;
}

.card-box:hover button {
  display: block;
}

.bg-svg {
  height: 100px;
  width: 100%;
}
</pre></body></html>