.popup-button-close{
  text-transform: uppercase;
background-color: rgb(194, 212, 78);
    font-family: Roboto;
    cursor: pointer;
    outline: currentcolor none medium;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
    line-height: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 16px;
    border-color: rgba(255, 255, 255, 0);
   /* margin: 0px; */
    position: relative;
    left: 47%;
    margin-top: -50%;
    margin-right: -50%;
    border-radius: 0px;
    padding: 15px 30px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    width: auto;
    height: auto;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    transform: translate3d(50px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    border-width: 0px;
}