.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  font-family: 'Heebo', sans-serif;
	color: rgba(255,255,255,1);
	font-size:280%;
}
.dud {
  color: rgba(255,255,255,1);
}