body {
  height: 100%;
  width: 100%;
  background-image: url("https://littlegroup.eu/img/hero/hero_1.jpeg");
  color: white;
  font-family: 'Roboto';
}

.call-button {
  margin-top: 1em;
  font-size: 1.25em;
  padding: 10px 20px;
  color: #333;
  background-color: #c5f0a4;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.call-button:hover {
  background-color: #b9ef8d;
}

.bg-image {
  background-image: url("https://picsum.photos/1920/1080");
  filter: blur(1px);
  -webkit-filter: blur(1px);
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 600px) {
  body {
    background-image: url("https://picsum.photos/640/1280");
  }

  
  .bg-image {
    background-image: url("https://picsum.photos/640/1280");
  }
}

.bg-text {
  font-size: 1.25em;
  background-color: rgba(0, 0, 0, 0.666);
  color: white;
  border-radius: 25px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
  width: 50%;
  padding-left: 2em;
  padding-right: 2em;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  text-align: center;
}

.footer {
  padding: 2px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'Roboto';
  color: #ffffff50;
  text-transform: uppercase;
  z-index: 200;
}

.footer a {
  color: #d0d0d0;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
  z-index: 200;
}

.footer a:hover {
  background-color: #d0d0d050;
  transition: all 1s ease;
}
