@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

body {
    background-color: rgb(255, 231, 180);
    margin: 0%;
    padding-bottom: 100px;
}

.taivas {
    background: #27a8db;
    background-image: linear-gradient(178deg, rgba(39, 168, 219, 1) 5%, rgba(156, 252, 255, 1) 56%, rgba(212, 251, 255, 1) 97%);
    padding-top: 1px;
    background-size: cover;
}

.talo {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgb(241, 190, 239);
    margin-top: 50px;
    background-image: url(tiiliseinä.png);
    position: relative;
}

.katto {
    background-color: rgb(51, 47, 43);
    height: 85px;
    margin-bottom: 30px;
    box-shadow: 0px 20px 30px #373330;
    background-image: url(katto.png);
}

.ikkuna {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin: 10px;
    background: #27a8db;
    background-image: linear-gradient(140deg, rgba(39, 168, 219, 1) 5%, rgba(156, 252, 255, 1) 40%, rgba(0, 178, 255, 1) 86%);
    border: 9px inset #112277;
 }

 .ovi {
    background-color: rgb(31, 29, 26);
    width: 90px;
    height: 110px;
    margin-right: auto;
    margin-left: auto;
 }
 .lamppu {
    position: absolute;
    left: -15px;
    bottom: -175px;
    pointer-events: none;

 }
 .kyltti {
font-size: 30px;
background-color: rgb(236, 218, 179);
width: 400px;
margin-left: auto;
margin-right: auto;
color: rgb(1, 2, 3);
padding: 4px;
border-radius: 6px;
font-family: "Berkshire Swash", serif;
font-weight: 400;
font-style: normal;
box-shadow: 0px 30px 30px -15px;
 }

 .tolpat {
border: 8px ridge #373330;
width: 100px;
height: 20px;
margin-left: auto;
margin-right: auto;
border-top: none;
border-bottom: none;
 }
.kyltti, .tolpat {
    position: relative;
    top: -20px;
}
a {
    color: inherit;
    text-decoration: none;
}