h1 {
   color: White;
   background-color: transparent;
   text-align: center;
   font-family: georgia, sans-serif;;
}

body {
   color: white;
   background-color: black;
   margin-top: 3em;
   margin-left: 1em;
   margin-right: 2em;
}

p.kuva {
  text-align: center;
}

a:link {
  font-weight: normal;
  color: hotpink;
  background: transparent;

}
a:visited{
  text-decoration: none;
  font-weight:normal;
  color: hotpink;
  background: transparent;
}

img.border{
  border: 0;
}  
