body{
  font-family: fantasy;
  font-size: 20px;
  line-height: 1.6;
}

.button{
  background: #1ce;
  padding: 2em 2em;
  color: #fff;
  border:  0;
}

.button:hover{
  background: #e439ef;
  cursor: pointer;
}

.modal-overlay{
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

#number{
border: 1px solid #E7E7E7;
    width: fit-content;
    border-right: none;
    padding: 5px 0px 5px 6px;
    margin-left: 22px;
    border-radius: 12px;    
}

.modal-content-contact {
    background-color: #f4f4f4;
    margin: 20% auto;
    width: 483px;
    border-radius: 20px;
    box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%), 0 7px 20px 0 rgb(0 0 0 / 17%);
}

.modal-header h2, .modal-footer h3{
  margin: 0;
}

.modal-header {
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
    color: #000000;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom:none !important;
    margin-bottom:0rem !important;
    justify-content:end !important;
    align-items:flex-end;
}

.modal-body{
  padding: 10px 20px;
    color: #000000;
  background-color:#ffffff;
}

.kapcsolat{
    font-size:18px;
    font-weight:bold;
    padding-left:24px;
}

.modal-footer{
  background: #1ce;
  padding: 10px;
  color: #000000;
  border: none !important;
  background-color:#ffffff;
  border-bottom-right-radius:20px !important;
  border-bottom-left-radius:20px !important;
  text-align: center;
}

.closeBtn{
  font-size: 30px;
  color: #000000;
  float: right;
}

.closeBtn:hover,.closeBtn:focus{
  color: #e439ef;
  text-decoration: none;
  cursor:  pointer;
}

