.Project__Page  {
  background: #131313;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.Title {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    padding: 1rem;
}

.Title h1 {
    font-size: 3.5rem;
    color: gold;
    padding: 1rem;
}

.Title h2 {
    font-size: 2rem;
    color: white;
    padding-bottom: 1rem;
}

.Project__Overview  {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2.5rem;
}

.OverviewText {
  background-color: transparent;
  max-width: 40vw;
  height: auto;
  text-align: justify;
  margin: 1rem;
}

.OverviewText p    { 
  font-size: 25px;
  color: lightgray;
}

.OverviewPic img  {
    width: 40vw;
    height: auto;
    margin: 1rem;
}

.AquilaOverviewPic img  {
    width: 35vw;
    height: auto;
    margin: 1rem;
}

video {
  width: 70vw;
  height: auto;
  padding: 2rem;
}
