void Awake()
 {
     button.SetAlpha(0.5f);
     text.SetAlpha(0.5f);
 }