
@font-face {
    font-family: kylttifont;
    src: url(Mozilla_Headline/MozillaHeadline-VariableFont_wdth\,wght.ttf);
}
body {
    background-color: rgb(193, 226, 174);
    margin: 0;
    padding-bottom: 70px;
    font-family: kylttifont;
}

div {
    
}

.taivas{
    background-color: aliceblue;
    background-image: linear-gradient(180deg,rgba(255, 204, 226, 1) 0%, rgba(211, 207, 252, 1) 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(255, 161, 184);
    background-image: linear-gradient(236deg,rgba(224, 228, 255, 1) 0%, rgba(214, 224, 255, 1) 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(255, 161, 184);
    width: 75px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.lamppu {
    position: absolute;
    left: -190px;
    bottom: -115px;
    pointer-events: none;
}

.kyltti {
    font-size: 30px;
    background-color: rgb(255, 221, 234);
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(221, 68, 99);
    padding: 4px;
    border-radius: 6px;
    box-shadow: 0px 30px 30px -15px rgb(175, 82, 82);
}

.kyltti, .tolpat {
    position: relative;
    top: -20px;
}

.tolpat {
    border: 8px ridge rgb(255, 212, 212);
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: none;
}

a {
    color: inherit;
    text-decoration: none;
}