.mvp-container {
    position: relative;
    margin-top: 100px;
    align-items: center;
  }
  
  .mvp-area {
    text-align: center;
    margin: 0px auto 0px auto;
    /* background-color: white; */
    width: 96%;
  }

  /* .mvp-area img {
    margin: 0px auto 0px auto;
  } */
  
  .overlay-text {
    position: absolute;
    top: 85%;
    left: 20%;
    transform: translate(-10%, -50%);
    color: white;
    font-size: 450%;
    font-weight: bold;
    box-sizing: border-box;
    font-family: 'Gloock', serif;
    width: 60%;
    height: 80px;
    text-align: center;
  }
  

  @media only screen and (max-width: 1000px) {
    .overlay-text {
        left: 35%;
        transform: translate(-50%, -50%);

      }
  }