* {
    font-style: italic;
}

.External * {
    color: red;
    text-align: center;
}

.Internal * {
    color: blue;
    text-align: left;
    font-family: "Verdana";
}

.Inline * {
    color: green;
    text-align: right;
    font-family: "Courier New";
}

.kolme { 
    font-size: 300%;
}

.poikkeus {
    font-style: normal;
}

.tausta {
    background-color:#d9ffb3;
    opacity:0.5;
}

.kuva {
    position: fixed; /* Fixes the position of the image */
    top: 10px; /* Adjusts vertical position from the top */
    right: 10px; /* Adjusts horizontal position from the right */
    width: 128px;
    height: 135px;
    background-image: url('css_kuva.png');
    background-size: cover; /* Ensures the image covers the entire div */
    z-index: 999; /* Ensures the image is on top of all other elements */
}

