body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.btn__fill-0160 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-radius: 30px;
  flex: none;
  align-self: center;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.fill-0160__img {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.fill-0160__overlay {
  background-image: linear-gradient(#0189ffcc, #0189ffcc);
  position: absolute;
  inset: 0%;
}

.fill-0160__label {
  text-shadow: none;
  padding: 90px 40px;
  position: relative;
}
