@font-face {
font-family: Leipis; 
src: url("../Libre_Baskerville/LibreBaskerville-Regular.ttf");
}
@font-face {
font-family: Leipis; 
src: url("../Libre_Baskerville/LibreBaskerville-Bold.ttf"); font-weight: bold;
}
@font-face {
font-family: Leipis; 
src: url("../Libre_Baskerville/LibreBaskerville-Italic.ttf"); font-style: italic;
}
body {font-family: Leipis;
background-image: url(tausta.jpg);
background-size: cover; 
background-position: center;
background-attachment: fixed;
}



.kaikki {
background-color: #fff;
max-width: 800px;
margin-left: auto;
margin-right: auto;

}

.header{
font-size: 80px;
background-color: #f78bd7;
color: #8a0060;
background-image: url(palloja.jpg);
background-position: center;

}

.header, .nav, .footer{
padding: 30px;
text-align: center;
}

/*navigointilinkit*/

.nav a {
margin: 10px;
color: #8a0060;
text-decoration: none;
}

.nav{
background-color: #ffbfec;
}

/* muut linkit*/

a{}

.main{
padding: 30px; }

.footer{
background-color: #ffe6f7;
color: #000000;
padding: 30px;
}

table {
border-collapse: collapse;
}
td,th {
    border: 1px solid #333;
    padding: 3px 6px;
}
th {background-color: #000000;
color: #fff;}

.tumma {
    background-color: #8a0060;
    padding: 10px;
}