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

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

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

.fill-0155__overlay {
  opacity: .85;
  background-image: linear-gradient(to right, #10f84acc, #fbff00cc 81%);
  position: absolute;
  inset: 0%;
}

.fill-0155__label {
  text-shadow: 0 0 20px #00000063;
  padding: 35px 60px;
  position: relative;
}
