body {
font-family: Arial, sans-serif;
background-image: url(tausta.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
}
.container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #A1C4E1;
padding: 50px;

.oikealle {
float: right;
margin-left: 20px;
margin-bottom: 20px;
}
.keskitetty {
text-align: center;
}

/* Linkkien muotoilu: */

a:link {
color: #8D6F64;
text-decoration: none; /* ALLEVIIVAUS POIS */
}
a:visited {
color: #DD741D;
}
a:hover {
text-decoration: underline; /* ALLEVIIVAUS JOO */
}
a:active {
color: #EA1111;
}