@font-face {
  font-family: 'Customfont'; /* Name your font family */
  src: url('DotGothic16-Regular.ttf'); /* Locate the .ttf file within your directory*/
}

body {
  font-family: 'Customfont', sans-serif; /* Use the font family */
}

body {
  background-color: whitesmoke;
    background-repeat: space;
  background-image: url("pper.gif"); 
background-size: cover;
}

a:hover, a:focus {
	
transform: scale(1.05);
}

a {
  color: black;
}

  img:hover {
    transform: scale(1.05); /* Less zoom (5% increase) */
  }

body {
  color: black;
}

