@import "header.css";

#content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  width: 80%;
  margin-bottom: 2rem;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: space-around;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
}
