body {
  background: #eeebf2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  /* overflow-x: hidden; */
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5 {
  color: #fff;
  font-family: "Courier New", Courier, monospace;
}
a,
p {
  color: #fff;
  text-decoration: none;
}

li {
  list-style: none;
}

.black {
  color: #000;
}

.center {
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section {
  position: relative;
  min-height: fit-content;
}

button {
  outline: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
