body {
    text-align: center;
}

/* the winner pop-up background */

.modal {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding-top: 180px;
  left: 0;
  top: 0;
  overflow: auto;
}

/* .winner pop-up content */

.modalContent {
  background-color: white;
  color: #5269D5;
  margin: auto;
  width: 505px;
  height: 100px;
  padding: 20px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 5px;
  margin-top: 50px;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}
