body{
    margin: 0%;
    background: #87ceeb;
    height: 3000px;
}
.gigantisk{
    height: 3000px;
}
/*sol*/
#sol{
    position: fixed;
    top: 50px;
    right: 100px;
    width: 100px;
}
/*skyer*/
.sky{
    position: fixed;
    top: 150px;
    width: 200px;
}
/*hus*/
#hus{
    position: fixed;
    width: 200px;
    top: 60%;
    left: 50%;
}
#background{
    position: fixed;
    width: 100%;
    top: 0%;
    left: 0%;
    right: 0%;
    
}
@keyframes drift1 {
    from {
        transform: translateX(-200px);
    }
    to {
        transform: translateX(120vw);
    }
}

@keyframes drift2 {
    from {
        transform: translateX(-300px);
    }
    to {
        transform: translateX(1vw);
    }
}#sky3 {
    animation: drift1 20s linear infinite;
}

#sky4 {
    animation: drift2 5s linear infinite;
}
#sky4{
    top: 30%;
    width: 40%;
}
#sky3{
    top: 10%;
    width: 20%;
}
#sky1{
    width: 5%;
}