@font-face {
    font-family: kylttifontti;
    src: url(Dokdo-Regular.ttf);
}



.ikkuna {
    width:130px;
    height:130px;
    display:inline-block;
    margin:15px;
    background-color: hwb(308 82% 0%);
    border: 10px inset rgb(255, 106, 114)
}
.talo {
    width:800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgb(255, 179, 245);
    background-image: url(tiili.jpg);
    position: relative;
}
body {
    background-color: #777;
    margin: 0;
    padding-bottom: 100px;
    font-family: kylttifontti, sans-serif;
}
.katto {
    height:90px;
    background-color: rgb(170, 53, 53);
    margin-top: 30px;
    box-shadow: 0px 40px 30px -20px #96141475;
    background-image: url(katto.jpg);
}
.ovi {
    width: 70px;
    height: 120px;
    background-color: brown;
    margin-left: auto;
    margin-right: auto;
}
.taivas {
    background-color: rgb(97, 205, 255);
    background-image: url(pinkki_taivas.jpg);
    padding-top: 30px;
    background-size: cover;
}

.lamppu {
    position: absolute;
    left: -45px;
    bottom: -90px;
    pointer-events: none;
}
.kyltti {
    font-size: 45px;
    background-color: rgb(219, 183, 139);
    width: 300px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #123;
    padding: 4px;
    border-radius: 6px;
    box-shadow: 0px 30px 30px -15px rgb(63, 20, 20);
}
.tolpat {
    border: 8px ridge #777;
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: none;
}

.kyltti, .tolpat {
    position: relative;
    top: -25px;
}
a {
    color: inherit;
    text-decoration: none;
}