* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  background: url("../images/v2_5.png");
  background-repeat: no-repeat;
  /* background-position: center center; */
  /* background-size: fill; */
  background-position: 0px -30vh; 
  opacity: 1;
  /* position: absolute; */
  overflow: hidden;
  
}
.v2_2 {
  width: 100%;
  height: 1080px;
  background: rgba(255,255,255,1);
  opacity: 1;
  position: relative;
  top: 0px;
  left: 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.v2_6 {
  width: 645px;
  height: 194px;
  background: url("../images/v2_6.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  position: absolute;
  top: 256px;
  left: 0px;
  margin-left: -4vw;
  overflow: hidden;
}
.v2_7 {
  width: 944px;
  color: rgba(255,255,255,1);
  position: absolute;
  top: 440px;
  left: 488px;
  font-family: Poppins;
  font-weight: Regular;
  font-size: 40px;
  opacity: 1;
  text-align: center;
}
.name {
  color: #fff;
}


/* CSS */
.button-71 {
  margin-top: 40px;
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

@media (min-width: 892px) {
  body {
    height: 200vh;
    width: 50vw;
    margin: 0; 
    padding: 0;
    font-size: 14px;
    background: black;
    background: url("../images/v2_5.png");
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: cover;
    /* background-position: 0px -30vh;  */
    opacity: 1;
    /* position: absolute; */
    overflow: hidden;
  }
  .v2_6 {
    margin-left: 0vw;
    top: 256px;
    left: 20vw;
  }
  .v2_7 {
    top: 440px;
    left: 10vw;
  }
}