.typ-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.typ-content {
  background: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 320px;
  text-align: center;
  border-radius: 10px;
}

.typ-btn {
  padding: 10px 20px;
  cursor: pointer;
  margin: 5px;
}

.typ-close {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
