@font-face {
    font-family: otsikkofontti;
    src: url(PressStart2P-Regular.ttf);
}

h1,h2 {
    color:#ffa5d9;
    font-family: otsikkofontti, sans-serif; 
    font-weight: normal;
}

body {
   text-align: center;
   background-color: rgb(255, 228, 243);
}

h1 {
   font-size: 70px;
   line-height: 0,5;
   text-shadow: 3px 0px 0px #868686;
}

h2{
    font-size: 30px;
    text-shadow: 2px 0px 0px #868686;
}

iframe{
    border: 20px double #ffa5d9;
    background-color: #f7c5e2;
}