
body {
    margin: auto;
}


.container {
    margin: auto;
    background-color: rgb(123, 182, 219);
    text-align: left;
    max-width: 1000px;
    display: inline-block;
    padding: 10px;
}

.kuva {
    float: left;
    max-width: 320px;
    margin: 10px;
    height: auto;
    border: solid 2px rgb(0, 0, 0);
}

.osta {
    padding-bottom: 8px;
}


.ostonappi a {
    width: 250px;
    margin: 1em 0;
    font-size: 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    background-color: rgb(244, 255, 143);
    box-shadow: inset -1px -2px 1px black;
}

.ostonappi a:hover {
    color: rgb(13, 12, 100);
    background-color: rgb(20, 248, 12);
}

.ostonappi :active {
    box-shadow: none;
    position: relative;
    top: 1px;
    left: px;
}




/*
.ostonappi {
    display: inline-block;
    width: 250px;
    background-color: rgb(255, 253, 158);
    text-align: center;
    font-size: 20px;
    border: none;
    color: red;
    box-shadow: 3px 3px 0px rgba(0,0,0,0.3);
}

.ostonappi a:active {
    box-shadow: none;
    position: relative;
    top: 1px;
}
*/

