body {
  padding-bottom: var(--padding-bottom-ex);
}
.navbar :is(.dropdown, .dropend) .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: inherit;
}

.about .carousel .carousel-item {
  border-radius: 1rem;
}

.updates {
  flex-direction: column;
}
.updates > * {
  width: 100%;
}

.social-icons {
  width: 100%;
  bottom: 0;
  background: #fff;
  padding-block: 0.25rem;
}

.social-icons .icon {
transform: none;
}
.social-icons .icon span{
  display: none;
}

.timer {
  bottom: var(--padding-bottom-ex);
}
