.container3 {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Unica One", sans-serif;
  text-align: center;
}
.text {
  font-weight: 100;
  font-size: 60px;
  color: #fafafa;
  font-family: "Unica One", sans-serif;
  text-align: center;

}
.dud {
  color: #757575;
  font-family: "Unica One", sans-serif;
  text-align: center;

}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .container3 {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: "Unica One", sans-serif;
    text-align: center;

  }
  .text {
    font-weight: 100;
    font-size: 28px;
    color: #fafafa;
    font-family: "Unica One", sans-serif;  text-align: center;

  }
  .dud {
    color: #757575;
    font-family: "Unica One", sans-serif;
    text-align: center;

  }
}