body {
    background-image:url('glit2.gif');
    background-size:100%;
    background-repeat: repeat-y;
    background-attachment: fixed;
    height:10%;
    }



h1 {
    text-align: center;
    font-size: 200px;
    color: darkred;
    font-family: "helvetica";
    text-shadow: 5px 4px  hotpink;
}

.black {
    color: blue;
    font-family: cursive;
    background: black;
}

h2 {
    background: black;
    color: limegreen;
    text-align: center;
}

p {
    background: hotpink;
    color: black;
    text-align: center;
    font-size: 50px;
}

h5 {
    text-align: center;
    font-size: 50px;
    color: blue;
}

img {
    height: 200px;
}

.kuva {
    text-align: center;
}