body {
    background-color: #eb6fff;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.img {
    position: absolute;
    height: auto;
}

#container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    height: 100vh;
    width: 100vw;
}

#barbengo {
    position: relative;
    height: 65vw;
    width: 150vh;
    max-width: 100vw;
    max-height: 100vh;
}

#roccolo {
    top: 6%;
    left: 63.5%;
    width: 33%;
}

#auge {
    top: 2%;
    left: 26%;
    width: 35%;
}

#trinken {
    top: 72%;
    left: 1.2%;
    width: 38%;
}

#vogel {
    top: 38%;
    left: 50%;
    width: 54%;
}

#rakete {
    top: 84%;
    left: 91%;
    width: 5%;
    transform: rotate(20deg);
}