.div {
  height: 500px;
  position: relative;
  border: 0px solid 
}

 .image {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -35%);
  
}

.texte{font-family: "Century Gothic", sans-serif; color: #09cc7f;text-align: center;}