* {
    font-style: italic;
}

.keskipuna {
    text-align: center;
    color: red;
    font-family: 'Courier New', monospace;
}

.vasensininen {
    text-align: left;
    color: blue;
}

.oikeavihrea {
    text-align: right;
    color: green;
    font-family: 'Georgia', serif;
}

.suuri {
    font-size: 300%;
}

.poikkeus {
    font-style: normal;
    }

body {
    background-color: rgba(200, 200, 255, 0.5); 
    background-image:url('media/fun.png');
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
}