@charset "UTF-8";
/* CSS Document */

body { background-color:#f1f1f1; }

#outPopUp {
  position: absolute;
  width: 500px;
  height: 300px;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin: -150px 0 0 -250px;
  text-align:center;
  font-family: 'Cabin', sans-serif;
  font-size: 1rem;
}

p { font-weight:400; }

a { color:#181818; }

#redirect-logo { margin-bottom:30px; padding:20px; background-color:#ffffff; display: inline-block;}