div {
max-width:800px;
background-color:white;
margin-left:auto;
margin-right:auto;
padding:20px;
}
h1,h2 {
font-family: otsikkofontti, GravitasOne-Regular.ttf;
font-weight:normal; /* LIHAVOINTI POIS*/
ody }
.erityinen {
color:black;
background-color:#0C91E9;
}
Body{font-family:Arial, sans-serif;
background-color: ##E4080A;
background-image: url(R.jpg);
background-size:cover;
background-attacment:fixed;
background-position:center;
}

img {
   max-width: 100%;
   height: auto;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}


/* Linkkien muotoilu: */
a:link {
color:#89FC06; 
text-decoration:none; /*ALLEVIIVAUS POIS*/
}

a:visited {
color:#9B1EED;
}

a:hover {
text-decoration:none; /*ALLEVIIVIIVAUS JOO*/
}

a:active {
color:red;
}