body {
	font-size: 10px;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, 
  Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; 
  .header-link {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #333;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s;
  }
  
  .header-link:hover {
    background-color: #eee;
  }
  .swal-wide
  {
    width:750px !important;
}
.sweet-alert { margin: auto; transform: translateX(-50%); }
.sweet-alert.sweetalert-lg { width: 600px; }
.swal2-html-container{ width: 600px; }
.swal2-container.swal2-center>.swal2-popup {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    justify-self: center;
}


}