.bg-fence {
  background-image:
    linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%),
    url('/img/fence.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;

  background-size: cover;
  background-position: center bottom;
}


.theme-button {
  backdrop-filter: blur(10px);
  background-color: rgba(141, 141, 141, 0.536);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.564);
  opacity: 1;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-button:hover {
  opacity: 0.8;
}

.hero-content {
  width: 1000px;
  background-color: aqua;

}

body {
  font-weight: 200;
  letter-spacing: 1.2px;
}

body.dark {
  background-color: #121212;
  color: #e0e0e0;
}