body {
  background-color: black;
  color: black;
  font-family: Verdana;
} 
    .tard1 {
  display: flex;
  justify-content: center;
  width: 2300px;
        position: relative;
        bottom: 100px;
}

        .dupe {
   transform: scaleX(-1);
  display: flex;
  justify-content: center;
  width: 2300px;
        position: relative;
            right: 450px;
        bottom: 360px;
}

