@font-face {
    font-family: kyltti;
    src: url(JockeyOne-Regular.ttf);
    
}

body {
    background-color: rgb(129, 129, 129);
    margin: 0;
    padding-bottom: 700px;
    font-family: kyltti, sans-serif;
}

.taivas{
    background-color: rgb(202, 236, 252);
    border: none;
    background: #8ae4ff;
    padding-top: 1px;
    background: linear-gradient(0deg,rgba(138, 228, 255, 1) 0%, rgba(83, 157, 237, 1) 100%);
    background-image: url(sky.jpg);
}

.talo{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-image: url(tiili.jpg);
    background-size: 550px;
    margin-top: 100px;
    position: relative;
}

.ikkuna{
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
    background: #8AFBFF;
    background: linear-gradient(328deg,rgba(138, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(138, 251, 255, 1) 100%);
      border: 10px  inset rgb(214, 77, 77)
}

.katto{
    background-color: rgb(68, 68, 68);
    border: none;
    height: 90px;
    margin-bottom: 10px;
    box-shadow: 0px 20px 30px -10px rgba(78, 2, 2, 0.781);
    background-image: url(roof.jpg);
    background-size: 170px;
    

}

.ovi {
    background-color: rgb(83, 52, 22);
    width: 90px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;

}

.lamppu {
        position: absolute;
        left: -50px;
        bottom: -70px;
        pointer-events: none;
    }

.kyltti {
font-size: 30px;
background-color: rgb(168, 168, 168);
width: 300px;
margin-left: auto;
margin-right: auto;
color: rgb(63, 63, 63);
padding: 10px;
border-radius: 6px;
box-shadow: 0px 40px 30px -5px rgba(29, 29, 29, 0.671);


}

.tolpat {
    border: 8px ridge #777;
    width: 150px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
    border-bottom: none;
}

.kyltti, .tolpat {
    position: relative;
    top: -50px;
}

a {
    color: inherit;
    text-decoration: none;
}

