@import url("variables.css");

h1 {
  margin-top: 15px;
  margin-bottom: 40px;
}

.bold {
  font-weight: bold;
}

h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}
.about-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-container {
  max-width: 900px;
  margin-bottom: 100px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
ul {
  margin-left: 20px;
}
.about-container li {
  margin-left: 30px;

  line-height: 1.6;
  font-size: 1rem;
}

#bottom-text {
  margin-bottom: 75px;
}
