
body{
background-size: cover;
background-attachment: fixed;
background-position: center;
background-image: url(tausta.jpg);
}
.container {
max-width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #817F7F;
padding: 50px;
}
 
h1 {
color: #AF080A;
font-size: 300%;
}
.oikealla {
float: right;
marging: left 20px;
margin-bottom:20px;
}
img {
border: 4px solid #C70303;
max-width: 100%;
}

