.luokka1 {
    color:red;
    text-align:center;
    font-family: Tahoma;
}

.luokka2 {
    color:blue;
    text-align:left;
}

.luokka3 {
    color:green;
    text-align:right;
}

.luokka4 {
    font-size: 300px;
}

body {
    background-color:lightblue;
    opacity: 0.5;
}

img {
    position:fixed;
    bottom:0;
    right:0;
    width:500px;
    height:500px;
}