* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 18px;
}

body {
  font-family: "DogicaPixel", sans-serif !important ;
  font-size: 0.7rem !important;
}

* {
  scroll-behavior: smooth;
}

.background {
  background-image: url(../images/background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
}

.cover {
  background: #00000068;
  height: 100%;
}

.bg-my-dark {
  background-color: #2f0139 !important;
}

.navbar-nav .nav-item .nav-link {
  color: #cbf4ff !important;
}

.app-icon {
  /* background-color: #000; */
  max-width: 100%;
  height: auto;
  border-radius: 5.56rem; /* Ajusta el valor según el nivel de redondez que desees */
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-pointer:hover {
  opacity: 0.8;
}

#applications {
  background-color: #f8f9fa;
  padding: 2rem 0;
}

.app-box {
  background-color: #ffffff;
  border-radius: 15px;
  /* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); */
  padding: 1rem;
  text-align: center;
  width: 150px;
}

.app-box .app-icon {
  border-radius: 30px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.app-box p {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #333;
}
