body {
background: url("tausta.jpg") black;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
h1 {
color: red;
}
h4 {
color: white;
}
a {
color: green;
}
