 @font-face {
   font-family: leipis;
   src: url(Cardo/Cardo-Bold.ttf);
}
  @font-face {
  font-family: leipis;
  src: url(Cardo/Cardo-Italic.ttf);
  font-style: italic
}
  @font-face {
  font-family: leipis;
  src: url(Cardo/Cardo-Bold.ttf);
  font-weight:Bold 
}


h1 {
  color: #484aa3;
  font-size: 50px;
  font-family: leipis;
  text-align: center;

}

h2 {
  color: #484aa3;
  font-size: 25px;
}

h3{
  color: black;
  font-size: 15px;
}

body {
  font-family: leipis, serif;
  background-color: pink;
  background-image: url(taustakuva2.jpg);
  backgroud-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.sisalto {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
 
  box-shadow: 0px 0px 100px #000;
  
}

.header {
   background-color: #B8D4FE;
   padding: 30px;
   font-size: 50px;
   letter-spacing: 6px;
   background-size: cover;
   background-position: center bottom;
   color: #484aa3;
   text-shadow: 0px 0px 10px #000;
   font-family: Arial;
   line-height: 1;
}

.main {
  padding:30px; 
}

.footer {
   background-color: #000;
   color: #fff;
   padding: 30px;
   text-align: center;
}


img {
  max-width:100%;
  height: auto;
}
.oikealla {
  float: right;
  margin-left:20px;
  margin-top: 20px;
}
