.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32.5rem;
  color: white;
  background-color: #ef3038;
  z-index: 500; }
