@font-face {
    font-family: kylttifontti;
    src: url(Splash/Splash-Regular.ttf);
}


body {
background-color: #5e5953;
margin: 0;
padding-bottom: 80px;
font-family: kylttifontti, sans-serif;
}




.taivas {
    background-image: linear-gradient(86deg, rgba(42, 123, 155, 1) 0%, rgba(160, 219, 219, 1) 65%, rgba(15, 54, 82, 1) 100%);
    padding-top: 1px;
    background-image: url(taivas.jpg);

}

.katto {
    background-color: #272727;
    height: 120px;
    margin-bottom: 20px;
    background-image: url(katto.jpg);
    box-shadow: 0px 20px 20px 3px #000000;
    background-position: bottom;


}

.talo {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 100px;
    background-image: url(tiiliseinä.jpg);
    position: relative;
}

.ikkuna {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
    border-color: black;
    background: #2A7B9B;
    background: #a5d5e8;
    background: linear-gradient(77deg, rgba(165, 213, 232, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(199, 255, 255, 1) 65%, rgba(52, 95, 125, 1) 100%);
    border: 10px inset #272727;
    border-color: #000000;

}

.ovi {
    background-color: #504032;
    width: 100px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 20px;

    
}

.lamppu {

    position: absolute;
    left: -1%;
    bottom: -5%;

}


.kyltti {
    font-size: 23px;
    background-color: #d1b39f;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    padding: 3px;
    box-shadow: -80px 770px 20px;
    color: #000000af;


}

.tolpat {

    border: 8px ridge #745135;
    width: 70px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: none;

}


.kyltti, .tolpat {

    position: relative;
    top: -20px;
}

a {

    color: inherit;
    text-decoration: none;
}