.containertext {
  
  justify-content: center;
  align-items: center;
  display: flex;
}

.dud {
  color: #757575;
}

.text {
    margin-top: -4rem;
	
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 25vh;
    font-size: 1.8rem;
	line-height: 1.7rem;
	color: #fafafa;
	 font-weight: 100;
	 font-style: ;
	 letter-spacing: 0.2rem;
  }
  
  @media (max-width: 768px) {
    .text {
      font-size: 1.6rem!important;
	  line-height: 1.7rem;
    }
  }