html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.h {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}

img {
    width: 100%;
    height: 100%;
}

.plot {
    position: absolute;
    width: 14%;
    bottom: 31%;
    left: 43.5%;
    cursor: pointer;
}

.atlas {
    position: absolute;
    width: 11%;
    top: 18%;
    right: 20%;
    cursor: pointer;
}

.collection {
    position: absolute;
    width: 9%;
    left: 24%;
    bottom: 40%;
    cursor: pointer;
}

.religiousCulture {
    position: absolute;
    width: 14%;
    top: 20%;
    left: 18%;
    cursor: pointer;
}

.timeline {
    position: absolute;
    width: 12%;
    top: 33%;
    left: 44%;
    cursor: pointer;
}

.Urbanlegends {
    position: absolute;
    width: 11%;
    bottom: 42%;
    right: 18.9%;
    cursor: pointer;
}

@keyframes cloud1 {
    0% {
        left: 5vw;
        top: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        left: 100vw;
        top: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@-webkit-keyframes cloud1 {
    0% {
        left: 5vw;
        top: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        left: 100vw;
        top: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@keyframes cloud2 {
    0% {
        left: 5vw;
        bottom: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        left: 100vw;
        bottom: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@-webkit-keyframes cloud2 {
    0% {
        left: 5vw;
        bottom: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        left: 100vw;
        bottom: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@keyframes cloud3 {
    0% {
        right: 5vw;
        top: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        right: 100vw;
        top: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@-webkit-keyframes cloud3 {
    0% {
        right: 5vw;
        top: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        right: 100vw;
        top: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@keyframes cloud4 {
    0% {
        right: 5vw;
        bottom: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        right: 100vw;
        bottom: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

@-webkit-keyframes cloud4 {
    0% {
        right: 5vw;
        bottom: 5vh;
        opacity: 0.8;
        visibility: visible;
    }

    100% {
        right: 100vw;
        bottom: 100vh;
        opacity: 0.05;
        visibility: hidden;
    }
}

.cloud {
    background: url("../img/Home/cloud3.png") no-repeat;
    width: 650px;
    height: 481px;
    background-size: 100% 100%;
    position: absolute;
    opacity: 0.8;
    scale: 500%;
}

#cloud1 {
    left: 5vw;
    top: 5vh;
    animation: cloud1 3s forwards;
    -webkit-animation: cloud1 3s forwards;
}

#cloud2 {
    left: 5vw;
    bottom: 5vh;
    animation: cloud2 3s forwards;
    -webkit-animation: cloud2 3s forwards;
}

#cloud3 {
    right: 5vw;
    top: 5vh;
    animation: cloud3 3s forwards;
    -webkit-animation: cloud3 3s forwards;
}

#cloud4 {
    right: 5vw;
    bottom: 5vh;
    animation: cloud4 3s forwards;
    -webkit-animation: cloud4 3s forwards;
}