body{
    /* Background */
    background-image: url("../Assets/Graphics/Pictures/Background/aquagalaxy_small.gif");
        /* background-size: 2000px 3200px; */
        background-position: center;
        /* background-repeat: no-repeat; */
}

.Home-Page{
    height: 2350px; /* higher then center-side */
    min-width: 1060px;
    position: relative; /* Not desided yet */
}

picture, img{
    display: block;
    max-width: 100%;
}