.flex-box{
	text-align:center;
	
	}
	
	#start_button{
	  margin-top:10px;
	  border-radius: 33px;
	  border: none;
	  cursor: pointer;
	} 
	#start_img{
	  box-shadow: 1px 1px 20px 20px #f3f3f3;
	  border-radius: 33px;
	  height:30px !important;;
	  width:30px !important;;
	}
	  #start_img:active{
	  box-shadow: 0px 0px 14px 5px #f11e1e;
	}

  #select_dialect, .select_language{
	background-color: #f3f3f3e5;
	  height: 2.5rem;
	  width: 9.5rem;
	  border: none;
	  border-radius: 15px;
	  cursor: pointer;
	}  
  
	.text-wrapper{
	text-align: justify;
	}
	
  .words {
	  max-width:90%;
	  margin-top:10px;  
		border-color: transparent #ffd9d9;
	  content: "";
	  background-color: rgba(248, 248, 248, 0.78);
	  padding-right: 62px !important;
	  padding: 11px;
	  border-radius: 20px;
	  position: relative;
	  
  }  
