h1 {
  color: #136F1C;
  font-size: 50px;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #aaa;
  background-image: url(halloweenie.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

a:link {
  text-decoration: none;
  color: #8C69F0
}
a:visited {
  color: #E469F0;
}
a:hover {
  text-decoration: underline;
  color: #B869F0
}
/* Linkki, jota klikataan: */
a:active {
  background-color: red;
}
img {
  max-width: 100%;
  height: auto;
  border: 2px solid #000;
}

.erilainen {
  border-color: green;
}
.erityinen {
  }
.kehys {
  max-width: 800px;
  background-color: #B5F0C0; 
  margin-left: auto;
  margin-right: auto;
  padding: 40px;