body {background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('lapland.jpg');
 background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
font-family: Verdana, sans-serif;
}

h1, h2 {color: white; text-align: left;}

p {color: white; text-align: left;}
a {color: white; display: block; text-align: left;}
ul {color:white}
ul {
  list-style-type: none;
}
img {
    width: 10cm;
    height: 10cm;
    object-fit: cover; /* Varmistaa, että kuva täyttää alueen ilman venymistä */
}