#sky {
    z-index: 9;
    position: absolute;
    background-image: url('../background/sky.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 4146px;
    height: 100vh;
}