/* Third Container -------------------------------------------------------------------------------------------------- */
#third-container {
  position: relative;
  left: 25vw;
  width: 50vw;
  height: 80vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;            
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  animation: fade 1.5s;
  border: 2px solid blue;
}
