/* STYLE DLA STRONY STARTOWEJ */

html {
  height: 100%;
  }
body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  text-align: center;
  }
a {
  color: #000000; 
  background-color: transparent;
  font-family: Viking, serif; 
  font-size: 20px; 
  font-weight: bold;
  text-decoration: none; 
  cursor: crosshair;
  }
a:hover {
  color: #B22222;
  background-color: transparent;
  text-decoration: underline; 
  }
img {
  width: 350px;
  height: 350px;
  border: 0px}
p {
  text-align: center;
  text-indent: 0px;
  }
