.resim {
  position: fixed;
  top: 50%;
  left: 50%;
  /* Ekraný ortalama kodu */
  transform: translate(-50%, -50%);
}

.yazi {
  position: fixed; 
  bottom: 170; 
  width:160%; 
  text-align: center;
  color: #bebebe;
  font-size:small;
  font-family: Calibri;

}

.contact {
  position: fixed;
  top: 90%;
  left: 80%;
  /* Ekraný ortalama kodu */
  transform: translate(-50%, -50%);
}





