@charset "UTF-8";

.content-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

h2 {
  font-size: 1.50rem;
}

h3 {
  font-size: 1.25rem;
}

img#profile {
  max-width: 128px;
  max-height: 128px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  margin-bottom: 2.2em;
}

.text-dim {
  color: #aaa;
}

ul {
  position: relative;
}

ul li {
  padding: 0.22em 0;
  list-style-type: none !important;
}

FIXME
ul li:before {
  font-family: "Font Awesome 6 Free";
  content: '\f138';
  position: absolute;
  left : 1em;
  color: skyblue;
}

#footer {
  background-color: rgb(33, 37, 41);
}
