body {
  font-family: "Prompt", sans-serif;
  /*background: linear-gradient(rgba(58, 58, 58, 0.5), rgba(92, 92, 92, 0.5)),
    url("../image/bgpos.png");
  */
  background: url("../image/bgpos.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.swal2-shown {
  height: 100vh !important;
  overflow: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

html,
body {
  height: 100%;
  margin: 0;
}
