* {
  transition: all 0.3s;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  font-family: "Cairo", sans-serif;
  cursor: default;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  line-height: 1.25rem;
  transition-duration: 1s;
  color: white;
}
body::-webkit-scrollbar {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sonic", sans-serif;
  margin: 0.25rem;
}

h3 {
  font-size: 25px;
}

img {
  max-width: 100%;
  height: auto;
}
img:not([src$=".svg"]) {
  border-radius: 0.5rem;
}

a {
  text-decoration: none;
  color: inherit;
}

[hidden] {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.flex-container {
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opacity {
  text-transform: uppercase;
  opacity: 0.6;
}

.title {
  font-family: "Sonic", sans-serif;
  font-size: 50px;
}/*# sourceMappingURL=style.css.map */