.page-container {
  left: 0;
  right: 0;
  /* margin: auto; */
  margin-top: 20px;
  /* padding-left: 300px; */
  display: inline-flex !important;
}

@media only screen and (max-width: 992px) {
  .page-container {
    padding-left: 0;
    display: flex !important;
  }
}

#navbar {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 70px;
  /* background-color: #397ee5; */
  background-color: white;
  box-shadow: 0 0 2px 0 rgb(24, 24, 24);
  padding: 0;
  /* left: 20px; */
}

.logo {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding-top: 10px;
  padding-left: 20px;
}
.logo p {
  /* margin: 0 !important; */
  padding: 0 !important;
}
.logo .superscript {
  font-weight: 700;
  font-size: 35px;
  color: #397ee5;
}
.logo .subscript {
  /* margin-top: 30px;
  padding-right: 140px; */
  font-weight: 300;
  margin-left: 70px;
  font-size: 15px;
  /* color: black; */
  color: #397ee5;
}

.center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.side-by-side {
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-by-side > * {
  margin: 0 5px;
}

.bold {
  font-weight: bold;
}

.margin-sm {
  margin: 5px;
}

.margin {
  margin: 20px;
}

.button-sm {
  padding: 0 10px !important;
}

#github-link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
}

#facesContainer canvas {
  margin: 10px;
}
