@font-face {
    font-family: kylttifont;
    src: url(BungeeShade-Regular.ttf);
}

body{
    background-color: rgb(77, 64, 10);
    margin: 0;
    padding-bottom: 50px;
    font-family: kylttifont, sans-serif;
}

.talo{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(seina_vari.jpg);
    margin-top: 50px;
    position: relative;
}

.ikkuna{
    width: 110px;
    height: 110px;
    display: inline-block;
    margin: 10px;
    border: 13px inset rgb(139, 38, 109);
    background-image: linear-gradient(236deg,rgba(0, 187, 255, 1) 0%, rgba(255, 255, 255, 1) 55%, rgba(0, 212, 255, 1) 100%);
}

.taivas{
    background-image:  url(taivas_paiva.jpg);
    padding-top: 1px;
    background-size: cover;
}

.katto{
    background-color: rgb(126, 0, 98);
    height: 100px;
    margin-bottom: 10px;
    box-shadow: 0px 30px 30px -10px #3b0a27ab;
    background-image: url(katto_v.png);
}

.ovi{
    background-color: rgb(72, 3, 75);
    width: 80px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.lamppu{
    position: absolute;
    left: 10px;
    bottom: -100px;
    pointer-events: none;
}

.kyltti{
    font-size: 30px;
    background-color: rgb(158, 13, 146);
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 6px;
    color: aliceblue;
    box-shadow: 0px 30px 30px -30px #000;
}

.tolpat{
    border: 8px groove #ffffff;
    width: 100px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: none;
}

.kyltti, .tolpat{
    position: relative;
    top: -40px;
}

a{
    color: inherit;
    text-decoration: none;
}

