@font-face {
  font-family: otsikkofontti;
  src: url(Emilys_Candy/EmilysCandy-Regular.ttf);
}

@font-face {
  font-family: leipis;
  src: url(Delicious_Handrawn/DeliciousHandrawn-Regular.ttf);
}


h1 {
    color: #ff78c2;
    font-size: 50px;
    font-family: otsikkofontti, serif;
    text-align: center;
    text-shadow: 2px 0px 0px #696969;
  }

  h2{
    color: #ff78c2;
    font-size: 25px;
    font-family: otsikkofontti, serif;
  }

  body {
    font-family: leipis, serif;
    background-color: #fff;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    font-size: 25px;
    background-color: #ffdff1;
  }


  img {
    max-width:100%;
    height: auto;
  }

  .sisalto {
    margin-left: auto;
    margin-right: auto;
    width: 800px ;
    background-color: #fff;
    box-shadow: 0px 0px 60px#f83c9a;
    padding: 50px;
  }