body {
    text-align: center;
    position: ;
    top: 30%;
    cursor: url("../images/cursor.gif"), pointer;
}

@keyframes titre {
    from {opacity: 0;}
    to{opacity: 1;}
    }

@keyframes subs {
    from {opacity: 1;}
    to{opacity: 0.5;}
    }

@keyframes position1 {
    from {bottom: -100%;}
    to {bottom: -10%;}
}

@keyframes position2 {
    from {top: 25%; margin-right: -100%;}
    to {top: 25%; margin-left: -100%;}
}

@keyframes position3 {
    to {margin-top: 0%;}
    from {margin-top: -100%;}
}

@keyframes spacing {
    from (letter-spacing: 0;)
    to (letter-spacing: 2vw;)
}


.slides {
    font-family: barbie;
    font-size: 9vw;
    color: hotpink ;


}

.slides div.sing{

    display: flex;
    animation-name: subs;
    animation-duration: 0.3s;


}

.slides div.sing>*{

    margin: auto;
    width: 100%;
}


.titre {
    font-family: barbie;
    animation-name: titre;
    animation-duration: 4s;
    color: skyblue;
    text-align: center;
}

#barbiegirl {
    color: hotpink;
    text-shadow: white;
    position:static;
}

.title {
    font-family: title;
    text-shadow: white;
    animation-name: spacing;
    animation-duration: 4s
    }

.ken {
    color: skyblue;

}

.test {
    color: hotpink;
    text-shadow: white;
}

#barbieimg, #kenimg {
    position: fixed;
    bottom: -100%;
    left: 10vw;
    z-index: -1;
    animation-name: position1;
    animation-duration: 1s;
    animation-iteration-count:;
}

#car {
    position: fixed;
    animation-name: position2;
    animation-duration: 1s
}

#star {
    width: 30vw;
}

#pamela {
    animation-name: titre;
    animation-duration: 0.5s;
    position: absolute;
    bottom:0;
    width: 60%;
    z-index: -1;
    right: 20%;
}

#aqua {
    font-size: 7vw;
color: skyblue
}

#ken4 {
    animation-name: position3;
    animation-duration: 1s;
    position: absolute;
    top:0;
    width: 20%;
    z-index: -1;
    right: 20%;
}

#shark {
    position: absolute;
    top: 2vh;
    left: 3vw;
}

#shark1 {
    position: absolute;
    bottom: 5vh;
    right: 8vw;
}

#shark2 {
    position: absolute;
    bottom: 2vh;
    left: 2vw;
}

.colophon {
    font-family: title;
    font-size: 5vw
}

#colophon2 {
    font-size: 3vw;
}

.printonly {
    display: none !important
}


.apos {
    padding-left: .25em;
    position: relative;
    top: -0.1em;
}
