
.container{
	/*background: #1e1e1e;*/
	font-family: "Montserrat";
  /*height :100%;
  width: 100%;
  justify-content :center;
  align-items :center;
  display: flex;*/
	margin: 20px;
	}
.text{
font-weight: 200;
    font-size: 50px;
	font-size: 200%;
    color: #d3f4ff;
    background: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 15px 50px;
}
	}
.dud{
  color :#757575;
	}

@media screen and (max-width: 900px) {
			.text{

	font-size: 100%;
			}
}

