.yazdir {
  position: relative;
  z-index:99999;
}
.yazdir1 {
  position: fixed;
  /* width:35%; */
  width:75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hddizayn-zoom {
animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}