main {
  text-align: center;
  border-style: solid;
  border-color: black;
  margin: 2%;
  margin-top: 0%;
  margin-bottom: 0%;
}

header {
  margin-bottom: 0;
}

.body {
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}

.body::after {
  position: absolute;
  content: " ";
  background: url("/about/images/background.webp") no-repeat center center fixed;
  opacity: 0.1;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.big_break {
  margin: 1em;
}

.section_container {
  border-style: solid;
  border-color: black;
}
