
@font-face {
    font-family: kylttifont;
    src: url(Mozilla_Headline/MozillaHeadline-VariableFont_wdth\,wght.ttf);
}
body {
    background-color: rgb(174, 226, 191);
    margin: 0;
    padding-bottom: 70px;
    font-family: kylttifont;
}



.taivas{
    background-color: aliceblue;
    background-image: linear-gradient(180deg,rgb(212, 204, 255) 0%, rgb(207, 221, 252) 100%);
    padding-top: 100px;
}

.talo {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgb(255, 228, 230);
    background-image: url(wall_valmis.jpg);
    position: relative;
}

.katto {
    background-color: rgb(255, 161, 184);
    height: 80px;
    margin-bottom: 10px;
    box-shadow: 0px 40px 40px -5px rgba(175, 143, 143, 0.575);
    background-image: url(roof_valmis.png);
}

.ikkuna {
    width: 95px;
    height: 95px;
    display: inline-block;
    margin: 10px;
    border: 7px inset rgb(194, 161, 255);
    background-image: linear-gradient(236deg,rgba(224, 228, 255, 1) 0%, rgb(226, 214, 255) 13%, rgba(242, 245, 255, 1) 31%, rgba(242, 248, 255, 1) 54%, rgba(214, 233, 255, 1) 80%, rgba(222, 219, 255, 1) 100%);
}

.ovi {
    background-color: rgb(181, 161, 255);
    width: 75px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.lamppu {
    position: absolute;
    left: -220px;
    bottom: -115px;
    pointer-events: none;
}

.kyltti {
    font-size: 30px;
    background-color: rgb(248, 221, 255);
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(160, 68, 221);
    padding: 4px;
    border-radius: 6px;
    box-shadow: 0px 30px 30px -15px rgb(130, 82, 175);
}

.kyltti, .tolpat {
    position: relative;
    top: -20px;
}

.tolpat {
    border: 8px ridge rgb(239, 212, 255);
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: none;
}

a {
    color: inherit;
    text-decoration: none;
}