@font-face {
font-family: Leipis;
src: url(Jua/Jua-Regular.ttf);
}
@font-face {
font-family: otsikkofontti;
src: url(Leckerli_One/LeckerliOne-Regular.ttf);
}
h1, h2 {
font-family: otsikkofontti, sans-serif;
font-weight: normal;
color: #cc4378;
}
p {
text-align: left;
}

body {
font-family: Leipis, sans-serif;
color: #ffcce0;
background-color: ##fff0fa;
background-image: url(pinkkiglitter.png);
text-align: center;
}
img {
max-width: 100%;
}


div {
max-width: 700px;
background-color: white;
margin-left: auto;
margin-right: auto;
padding: 20px;
}
.kortit {
display: inline-block
max-width: 400px;
}

a:link {
color: #29C3F3;
text-decoration: none;
background-color: ##ffe3f5;
}
a:visited {
color: #E2A8C1;
background-color: ##ffe3f5;
}
a:hover {
color: #F84282;
text-decoration: underline;
background-color: ##ffe3f5;
}
a:active {
color: #FF5B03;
background-color: ##ffe3f5;
}