

h1 {
  color: rgb(255, 255, 255);
  font-size: 50px;
  padding-left: 25px;
}

body { 
  margin: 0;
  background-color: #1f1d1d;
  background-attachment: fixed;
  background-size:cover;
  background-position: center center;
}
.kaikki {
  font-family: Prompt, serif;
  background-color: #423d3d;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: double 10px gray;
 }
 
 a:link {
  text-decoration: none;
  color: rgb(255, 255, 255);
 }
 a:visited {
  color: rgb(161, 145, 145);
 }
 a:hover {
  text-decoration: underline;
 }
 a:active {
  background-color: rgb(221, 206, 206);
 }

 .teksti {
  font-size: 30px;

 }

  figure {

 }

 figcaption {
    background-color: #1f1d1d;
    color: white;
 }
 
 


