.modal {
  position:fixed;
  display:none;
  z-index:99999;
  top:0%;
  left:0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  max-width: 400px;
  min-width: 300px;
  margin: auto;
  height:230px;
  padding:20px;
  text-align:center;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fff;
  font-size: 14px;
}
.modal p {
  margin-top: 20px;
  margin-bottom:25px;
}
.modal a { cursor:pointer; color: tomato;}

#modallogo img {
  width: 100%;
  height: auto;
}