html {
font-family: Arial, Helvetica, sans-serif;
}
.centerBackground {
    position: absolute;
  }

.centerFrame {
    position: absolute;
    top: 360;
    left: 515;
    transform: translate(-50%, -50%);
    border: 0;
    height: 400px;
    width: 1000px;
  }
