@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Manrope:700,800|Work+Sans:400,600|Inter:500|Outfit:700");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}

.filewizz-button {
  cursor: pointer;
  transition: all 0.3s ease;
 
}
.filewizz-button:hover {
  transform: scale(1.10);
}
.flex-screen {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-direction: column;
  align-items: center;
  height: calc(100vh + 109px);
}

@media (max-width: 1600px) {
  .flex-screen {

}

  .heading-m {
    font-size: 72px !important;
    line-height: 72px !important;
  }
  .button-main-p {
    padding: 32px 120px !important;
  }
  .button-main-p-text {
    font-size: 32px !important;
  }
  .button-main-p-icon {
    width: 20px !important;
    height: 20px !important;
  }
  .gap-main-p {
    gap: 32px !important;
  }
}