html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
}

p {
    font-family: 'Ubuntu', 'arial', 'sans serif';
}

main p {
    position: absolute;
    font-size: 0em;
    text-align: center;
    margin: 0;
    white-space: nowrap;
}

main a {
    color: black;
    text-decoration: none;
}

main a:hover {
    text-decoration: underline;
}

footer a {
    text-transform: uppercase;
    text-decoration: none;
    color: dimgrey;
    font-size: 0.7em;
}

footer {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    background-color: white;
    border-radius: 10px;
    z-index: 1;
}

footer a img {
    height: 15px;
    padding-left: 10px;
    padding-top: 5px;
}

footer p {
    margin: 0;
    font-size: 0.9em;
    height: 20px;
    color: darkgray;
    font-family: 'arial', 'Ubuntu', 'sans serif';
}

footer p:nth-last-child(2) {
    font-size: 1.2em;
}

footer p:nth-last-child(2) a {
    text-transform: none;
    color: dimgray;
}

footer p:nth-last-child(2) a:hover {
    text-transform: none;
    text-decoration: underline;
}
footer p:last-child {
    font-size: 0.79em;
}

@keyframes message1 {
    from {
        font-size: 0em;
        left: 48%;
        top: 53%;
    }
    to {
        font-size: 2em;
        left: 14%;
        top: 28%;
    }
}
main p:nth-child(1) {
    animation: message1 1.5s ease-in-out 0.5s 1 normal both running;
    /*animation-name: message1;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;*/
}

@keyframes message2 {
    from {
        font-size: 0em;
        left: 33%;
        top: 38%;
    }
    to {
        font-size: 1em;
        left: 36%;
        top: 38%;
    }
}
main p:nth-child(2) {
    animation: message2 1.2s ease-in 1.7s 1 normal both running;
}

@keyframes message3 {
    from {
        font-size: 0em;
        left: 39%;
        top: 64%;
    }
    to {
        font-size: 1.1em;
        left: 28%;
        top: 50%;
    }
}
main p:nth-child(3) {
    animation: message3 1.4s ease-in-out 3s 1 normal both running;
}

@keyframes message4 {
    from {
        font-size: 0em;
        left: 60%;
        top: 66%;
    }
    to {
        font-size: 1.8em;
        left: 33%;
        top: 61%;
    }
}
main p:nth-child(4) {
    animation: message4 1.8s ease-in-out 4.5s 1 normal both running;
}

@keyframes message5 {
    from {
        font-size: 0em;
        left: 51%;
        top: 54%;
    }
    to {
        font-size: 2.3em;
        left: 44%;
        top: 79%;
    }
}
main p:nth-child(5) {
    animation: message5 1s ease-out 6s 1 normal both running;
}

@keyframes message6 {
    from {
        font-size: 0em;
        left: 59%;
        top: 41%;
    }
    to {
        font-size: 2.5em;
        left: 31%;
        top: 56%;
    }
}
main p:nth-child(6) {
    animation: message6 1.2s ease-out 6.5s 1 normal both running;
}

@keyframes message7 {
    from {
        font-size: 0em;
        left: 35%;
        top: 31%;
    }
    to {
        font-size: 2em;
        left: 45%;
        top: 6%;
    }
}
main p:nth-child(7) {
    animation: message7 1.8s ease-in-out 7.5s 1 normal both running;
}

@keyframes message8 {
    from {
        font-size: 0em;
        left: 63%;
        top: 47%;
    }
    to {
        font-size: 1.6em;
        left: 35%;
        top: 80%;
    }
}
main p:nth-child(8) {
    animation: message8 1.4s ease-in-out 9s 1 normal both running;
}

@keyframes message9 {
    from {
        font-size: 0em;
        left: 41%;
        top: 46%;
    }
    to {
        font-size: 0.85em;
        left: 32%;
        top: 43%;
    }
}
main p:nth-child(9) {
    animation: message9 1.6s ease-in 9.4s 1 normal both running;
}

@keyframes message10 {
    from {
        font-size: 0em;
        left: 53%;
        top: 64%;
    }
    to {
        font-size: 1.3em;
        left: 57%;
        top: 65%;
    }
}
main p:nth-child(10) {
    animation: message10 1.5s ease-in-out 11.2s 1 normal both running;
}

@keyframes message11 {
    from {
        font-size: 0em;
        right: 57%;
        top: 26%;
    }
    to {
        font-size: 1em;
        right: 73%;
        top: 20%;
    }
}
main p:nth-child(11) {
    animation: message11 2.7s ease-in-out 12.7s 1 normal both running;
}

@keyframes message12 {
    from {
        font-size: 0em;
        right: 40%;
        top: 52%;
    }
    to {
        font-size: 6em;
        right: 70%;
        top: 92%;
    }
}
main p:nth-child(12) {
    animation: message12 1.3s ease-in 15s 1 normal both running;
}

@keyframes message13 {
    from {
        font-size: 0em;
        left: 48%;
        top: 59%;
    }
    to {
        font-size: 1.3em;
        left: 67%;
        top: 28%;
    }
}
main p:nth-child(13) {
    animation: message13 1.5s ease-in-out 17.5s 1 normal both running;
}

@keyframes message14 {
    from {
        font-size: 0em;
        left: 34%;
        top: 53%;
    }
    to {
        font-size: 1.4em;
        left: 40%;
        top: 60%;
    }
}
main p:nth-child(14) {
    animation: message14 1.4s ease-in-out 18.2s 1 normal both running;
}

@keyframes message15 {
    from {
        font-size: 0em;
        left: 38%;
        top: 44%;
    }
    to {
        font-size: 1.9em;
        left: 74%;
        top: 57%;
    }
}
main p:nth-child(15) {
    animation: message15 1.4s ease-out 18.9s 1 normal both running;
}

@keyframes message16 {
    from {
        font-size: 0em;
        left: 50%;
        top: 53%;
    }
    to {
        font-size: 2.2em;
        left: 57%;
        top: 73%;
    }
}
main p:nth-child(16) {
    animation: message16 1.8s ease-out 23s 1 normal both running;
}

@keyframes message17 {
    from {
        font-size: 0em;
        left: 61%;
        top: 52%;
    }
    to {
        font-size: 2.3em;
        left: 37%;
        top: 28%;
    }
}
main p:nth-child(17) {
    animation: message17 2.3s ease-in-out 22.7s 1 normal both running;
}

@keyframes message18 {
    from {
        font-size: 0em;
        left: 66%;
        top: 55%;
    }
    to {
        font-size: 2.5em;
        left: 43%;
        top: 45%;
    }
}
main p:nth-child(18) {
    animation: message18 2.8s ease-in-out 25s 1 normal both running;
}

@keyframes message19 {
    from {
        font-size: 0em;
        left: 54%;
        top: 63%;
    }
    to {
        font-size: 3.4em;
        left: 38%;
        top: 20%;
    }
}
main p:nth-child(19) {
    animation: message19 1s ease-in 27s 1 normal both running;
}

@keyframes message20 {
    from {
        font-size: 0em;
        left: 54%;
        top: 52%;
    }
    to {
        font-size: 3.5em;
        left: 66%;
        top: 62%;
    }
}
main p:nth-child(20) {
    animation: message20 1.1s ease-in-out 28.5s 1 normal both running;
}

@keyframes message21 {
    from {
        font-size: 0em;
        right: 34%;
        top: 52%;
    }
    to {
        font-size: 2em;
        right: 10%;
        top: 9%;
    }
}
p:nth-child(21) {
    animation: message21 3s ease-in-out 30s 1 normal both running;
}

@keyframes message22 {
    from {
        font-size: 0em;
        left: 45%;
        top: 64%;
    }
    to {
        font-size: 0.5em;
        left: 79%;
        top: 71%;
    }
}
p:nth-child(22) {
    animation: message22 1.6s ease-in 31.7s 1 normal both running;
}

@keyframes message23 {
    from {
        font-size: 0em;
        left: 38%;
        top: 51%;
    }
    to {
        font-size: 0.8em;
        left: 73%;
        top: 62%;
    }
}
p:nth-child(23) {
    animation: message23 2s ease-in-out 33.3s 1 normal both running;
}

@keyframes message24 {
    from {
        font-size: 0em;
        left: 54%;
        top: 64%;
    }
    to {
        font-size: 2.7em;
        left: 33%;
        top: 69%;
    }
}
p:nth-child(24) {
    animation: message24 1.8s ease-in-out 35.3s 1 normal both running;
}

@keyframes message25 {
    from {
        font-size: 0em;
        left: 38%;
        top: 41%;
    }
    to {
        font-size: 3.1em;
        left: 51%;
        top: 22%;
    }
}
p:nth-child(25) {
    animation: message25 2s ease-out 37.4s 1 normal both running;
}

@keyframes message26 {
    from {
        font-size: 0em;
        left: 33%;
        top: 64%;
    }
    to {
        font-size: 3.3em;
        left: 73%;
        top: 86%;
    }
}
p:nth-child(26) {
    animation: message26 2.9s ease-out 37s 1 normal both running;
}

@keyframes message27 {
    from {
        font-size: 0em;
        left: 62%;
        top: 38%;
    }
    to {
        font-size: 3.9em;
        left: 22%;
        top: 60%;
    }
}
p:nth-child(27) {
    animation: message27 3s ease-in-out 41s 1 normal both running;
}

@keyframes message28 {
    from {
        font-size: 0em;
        left: 45%;
        top: 38%;
    }
    to {
        font-size: 4.1em;
        left: 37%;
        top: 50%;
    }
}
p:nth-child(28) {
    animation: message28 1.9s ease-in-out 45s 1 normal both running;
}

@keyframes message29 {
    from {
        font-size: 0em;
        left: 48%;
        top: 43%;
    }
    to {
        font-size: 4.4em;
        left: 3%;
        top: 80%;
    }
}
p:nth-child(29) {
    animation: message29 0.7s ease-in 46.9s 1 normal both running;
}

@keyframes message30 {
    from {
        font-size: 0em;
        left: 45%;
        top: 50%;
    }
    to {
        font-size: 4.5em;
        left: 4%;
        top: 38%;
    }
}
p:nth-child(30) {
    animation: message30 0.7s ease-in-out 47.6s 1 normal both running;
}

@keyframes message31 {
    from {
        font-size: 0em;
        right: 63%;
        bottom: 59%;
    }
    to {
        font-size: 3em;
        right: 38%;
        bottom: 82%;
    }
}
p:nth-child(31) {
    animation: message31 0.7s ease-in-out 48.3s 1 normal both running;
}

@keyframes message32 {
    from {
        font-size: 0em;
        right: 60%;
        top: 41%;
    }
    to {
        font-size: 4em;
        right: 78%;
        top: 12%;
    }
}
p:nth-child(32) {
    animation: message32 1.3s ease-in 49s 1 normal both running;
}

@keyframes message33 {
    from {
        font-size: 0em;
        left: 53%;
        bottom: 62%;
    }
    to {
        font-size: 5em;
        left: -20%;
        bottom: 94%;
    }
}
p:nth-child(33) {
    animation: message33 3s ease-in-out 50.3s 1 normal both running;
}

@keyframes message34 {
    from {
        font-size: 0em;
        left: 47%;
        top: 66%;
    }
    to {
        font-size: 1.2em;
        left: 68%;
        top: 38%;
    }
}
p:nth-child(34) {
    animation: message34 2.5s ease-in-out 53.3s 1 normal both running;
}

@keyframes message35 {
    from {
        font-size: 0em;
        left: 53%;
        bottom: 4em;
    }
    to {
        font-size: 2.6em;
        left: 66%;
        bottom: 1.1em;
    }
}
p:nth-child(35) {
    animation: message35 0.4s ease-out 55.8s 1 normal both running;
}

@keyframes message36 {
    from {
        font-size: 0em;
        right: 44%;
        top: 58%;
    }
    to {
        font-size: 2.9em;
        right: 73%;
        top: 65%;
    }
}
p:nth-child(36) {
    animation: message36 1.4s ease-out 57s 1 normal both running;
}

@keyframes message37 {
    from {
        font-size: 0em;
        left: 38%;
        top: 33%;
    }
    to {
        font-size: 3.2em;
        left: 28%;
        top: 66%;
    }
}
p:nth-child(37) {
    animation: message37 2.5s ease-in-out 57.6s 1 normal both running;
}

@keyframes message38 {
    from {
        font-size: 0em;
        right: 52%;
        bottom: 64%;
    }
    to {
        font-size: 3.5em;
        right: 86%;
        bottom: 19%;
    }
}
p:nth-child(38) {
    animation: message38 1.2s ease-in-out 60.1s 1 normal both running;
}

@keyframes message39 {
    from {
        font-size: 0em;
        left: 37%;
        top: 49%;
    }
    to {
        font-size: 4.6em;
        left: 38%;
        top: 52%;
    }
}
p:nth-child(39) {
    animation: message39 1.5s ease-in 61.4s 1 normal both running;
}

@keyframes message40 {
    from {
        font-size: 0em;
        left: 37%;
        top: 49%;
    }
    to {
        font-size: 4.8em;
        left: 54%;
        top: 46%;
    }
}
p:nth-child(40) {
    animation: message40 1.9s ease-in-out 62.8s 1 normal both running;
}

@keyframes message41 {
    from {
        font-size: 0em;
        left: 61%;
        top: 42%;
    }
    to {
        font-size: 2.9em;
        left: 60%;
        top: 52%;
    }
}
p:nth-child(41) {
    animation: message41 1.3s ease-in-out 64.9s 1 normal both running;
}

@keyframes message42 {
    from {
        font-size: 0em;
        left: 59%;
        top: 47%;
    }
    to {
        font-size: 0.8em;
        left: 50%;
        top: 61%;
    }
}
p:nth-child(42) {
    animation: message42 0.5s ease-in 66s 1 normal both running;
}

@keyframes message43 {
    from {
        font-size: 0em;
        left: 58%;
        top: 39%;
    }
    to {
        font-size: 0.9em;
        left: 24%;
        top: 63%;
    }
}
p:nth-child(43) {
    animation: message43 2.9s ease-in-out 66.5s 1 normal both running;
}

@keyframes message44 {
    from {
        font-size: 0em;
        left: 55%;
        top: 41%;
    }
    to {
        font-size: 4.2em;
        left: 15%;
        top: 34%;
    }
}
p:nth-child(44) {
    animation: message44 0.4s ease-in-out 69.4s 1 normal both running;
}

@keyframes message45 {
    from {
        font-size: 0em;
        left: 43%;
        top: 57%;
    }
    to {
        font-size: 4.4em;
        left: 83%;
        top: 31%;
    }
}
p:nth-child(45) {
    animation: message45 1.1s ease-out 70s 1 normal both running;
}

@keyframes message46 {
    from {
        font-size: 0em;
        left: 52%;
        top: 38%;
    }
    to {
        font-size: 0.9em;
        left: 25%;
        top: 74%;
    }
}
p:nth-child(46) {
    animation: message46 1.6s ease-out 70.9s 1 normal both running;
}

@keyframes message47 {
    from {
        font-size: 0em;
        left: 47%;
        top: 63%;
    }
    to {
        font-size: 0.7em;
        left: 44%;
        top: 24%;
    }
}
p:nth-child(47) {
    animation: message47 2.8s ease-in-out 72.5s 1 normal both running;
}

@keyframes message48 {
    from {
        font-size: 0em;
        left: 47%;
        top: 43%;
    }
    to {
        font-size: 2.5em;
        left: 78%;
        top: 50%;
    }
}
p:nth-child(48) {
    animation: message48 3s ease-in-out 76s 1 normal both running;
}

@keyframes message49 {
    from {
        font-size: 0em;
        right: 6%;
        top: 55%;
    }
    to {
        font-size: 1em;
        right: 3%;
        top: 24%;
    }
}
p:nth-child(49) {
    animation: message49 2.3s ease-in 79.4s 1 normal both running;
}

@keyframes message50 {
    from {
        font-size: 0em;
        right: 78%;
        bottom: 60%;
    }
    to {
        font-size: 4em;
        right: 80%;
        bottom: 36%;
    }
}
p:nth-child(50) {
    animation: message50 2.4s ease-in-out 80.6s 1 normal both running;
}

@keyframes message51 {
    from {
        font-size: 0em;
        left: 64%;
        top: 43%;
    }
    to {
        font-size: 2.5em;
        left: 13%;
        top: 4%;
    }
}
p:nth-child(51) {
    animation: message51 0.6s ease-in-out 82s 1 normal both running;
}

@keyframes message52 {
    from {
        font-size: 0em;
        left: 47%;
        top: 37%;
    }
    to {
        font-size: 4.5em;
        left: 40%;
        top: 42%;
    }
}
p:nth-child(52) {
    animation: message52 1.7s ease-in 83.7s 1 normal both running;
}

@keyframes message53 {
    from {
        font-size: 0em;
        left: 42%;
        top: 63%;
    }
    to {
        font-size: 0.9em;
        left: 53%;
        top: 22%;
    }
}
p:nth-child(53) {
    animation: message53 1.1s ease-in-out 85.3s 1 normal both running;
}

@keyframes message54 {
    from {
        font-size: 0em;
        right: 34%;
        bottom: 38%;
    }
    to {
        font-size: 5.0em;
        right: 22%;
        bottom: 23%;
    }
}
p:nth-child(54) {
    animation: message54 2.9s ease-in-out 86.8s 1 normal both running;
}

@keyframes message55 {
    from {
        font-size: 0em;
        left: 66%;
        top: 37%;
    }
    to {
        font-size: 2.2em;
        left: 29%;
        top: 43%;
    }
}
p:nth-child(55) {
    animation: message55 2.3s ease-out 89.3s 1 normal both running;
}

@keyframes message56 {
    from {
        font-size: 0em;
        left: 42%;
        top: 57%;
    }
    to {
        font-size: 1.8em;
        left: 29%;
        top: 20%;
    }
}
p:nth-child(56) {
    animation: message56 3s ease-out 91s 1 normal both running;
}

@keyframes message57 {
    from {
        font-size: 0em;
        left: 56%;
        top: 65%;
    }
    to {
        font-size: 1.5em;
        left: 23%;
        top: 48%;
    }
}
p:nth-child(57) {
    animation: message57 2.4s ease-in-out 94.6s 1 normal both running;
}

@keyframes message58 {
    from {
        font-size: 0em;
        left: 55%;
        bottom: 3em;
    }
    to {
        font-size: 4em;
        left: 86%;
        bottom: 2.4em;
    }
}
p:nth-child(58) {
    animation: message58 0.1s ease-in-out 98s 1 normal both running;
}

@keyframes message59 {
    from {
        font-size: 0em;
        left: 34%;
        top: 44%;
    }
    to {
        font-size: 0.7em;
        left: 54%;
        top: 73%;
    }
}
p:nth-child(59) {
    animation: message59 2.5s ease-in 99s 1 normal both running;
}

@keyframes message60 {
    from {
        font-size: 0em;
        left: 52%;
        top: 65%;
    }
    to {
        font-size: 2.6em;
        left: 47%;
        top: 72%;
    }
}
p:nth-child(60) {
    animation: message60 3s ease-in-out 102s 1 normal both running;
}

@keyframes message61 {
    from {
        font-size: 0em;
        left: 33%;
        top: 35%;
    }
    to {
        font-size: 2.9em;
        left: 46%;
        top: 32%;
    }
}
p:nth-child(61) {
    animation: message61 2.2s ease-in-out 102.5s 1 normal both running;
}

@keyframes message62 {
    from {
        font-size: 0em;
        left: 56%;
        top: 65%;
    }
    to {
        font-size: 4.9em;
        left: 73%;
        top: 46%;
    }
}
p:nth-child(62) {
    animation: message62 1.8s ease-in 104.8s 1 normal both running;
}

@keyframes message63 {
    from {
        font-size: 0em;
        left: 33%;
        bottom: 67%;
    }
    to {
        font-size: 1.5em;
        left: 30%;
        bottom: 83%;
    }
}
p:nth-child(63) {
    animation: message63 1.9s ease-in-out 106.6s 1 normal both running;
}

@keyframes message64 {
    from {
        font-size: 0em;
        left: 65%;
        top: 59%;
    }
    to {
        font-size: 2.8em;
        left: 73%;
        top: 24%;
    }
}
p:nth-child(64) {
    animation: message64 3s ease-in-out 108.5s 1 normal both running;
}

@keyframes message65 {
    from {
        font-size: 0em;
        left: 57%;
        bottom: 62%;
    }
    to {
        font-size: 4.4em;
        left: 60%;
        bottom: 95%;
    }
}
p:nth-child(65) {
    animation: message65 3s ease-out 112s 1 normal both running;
}

@keyframes message66 {
    from {
        font-size: 0em;
        left: 35%;
        top: 52%;
    }
    to {
        font-size: 2.2em;
        left: 84%;
        top: 73%;
    }
}
p:nth-child(66) {
    animation: message66 1.2s ease-out 114.5s 1 normal both running;
}

@keyframes message67 {
    from {
        font-size: 0em;
        left: 57%;
        bottom: 20%;
    }
    to {
        font-size: 4em;
        left: 10%;
        bottom: 3%;
    }
}
p:nth-child(67) {
    animation: message67 2s ease-in-out 115s 1 normal both running;
}

@keyframes message68 {
    from {
        font-size: 0em;
        left: 65%;
        top: 59%;
    }
    to {
        font-size: 1.4em;
        left: 85%;
        top: 30%;
    }
}
p:nth-child(68) {
    animation: message68 1.6s ease-in-out 117.7s 1 normal both running;
}

@keyframes message69 {
    from {
        font-size: 0em;
        left: 62%;
        top: 48%;
    }
    to {
        font-size: 1.7em;
        left: 75%;
        top: 34%;
    }
}
p:nth-child(69) {
    animation: message69 2.1s ease-in 119.3s 1 normal both running;
}

@keyframes message70 {
    from {
        font-size: 0em;
        left: 60%;
        top: 59%;
    }
    to {
        font-size: 2.5em;
        left: 30%;
        top: 69%;
    }
}
p:nth-child(70) {
    animation: message70 2.8s ease-in-out 121.9s 1 normal both running;
}

@keyframes message71 {
    from {
        font-size: 0em;
        left: 58%;
        top: 56%;
    }
    to {
        font-size: 2.2em;
        left: 24%;
        top: 26%;
    }
}
p:nth-child(71) {
    animation: message71 2.1s ease-in-out 124.2s 1 normal both running;
}

@keyframes message72 {
    from {
        font-size: 0em;
        right: 35%;
        bottom: 56%;
    }
    to {
        font-size: 3.7em;
        right: 33%;
        bottom: 68%;
    }
}
p:nth-child(72) {
    animation: message72 0.5s ease-in 126.3s 1 normal both running;
}

@keyframes message73 {
    from {
        font-size: 0em;
        left: 56%;
        top: 61%;
    }
    to {
        font-size: 4.1em;
        left: 64%;
        top: 31%;
    }
}
p:nth-child(73) {
    animation: message73 1.6s ease-in-out 126.8s 1 normal both running;
}

@keyframes message74 {
    from {
        font-size: 0em;
        right: 60%;
        bottom: 40%;
    }
    to {
        font-size: 4.8em;
        right: 14%;
        bottom: 77%;
    }
}
p:nth-child(74) {
    animation: message74 0.3s ease-in-out 129s 1 normal both running;
}

@keyframes message75 {
    from {
        font-size: 0em;
        left: 52%;
        bottom: 5em;
    }
    to {
        font-size: 4.4em;
        left: 35%;
        bottom: 0.3em;
    }
}
p:nth-child(75) {
    animation: message75 3s ease-out 128.4s 1 normal both running;
}

@keyframes message76 {
    from {
        font-size: 0em;
        left: 55%;
        top: 40%;
    }
    to {
        font-size: 1.5em;
        left: 34%;
        top: 59%;
    }
}
p:nth-child(76) {
    animation: message76 1.3s ease-out 131.5s 1 normal both running;
}

@keyframes message77 {
    from {
        font-size: 0em;
        left: 63%;
        bottom: 44%;
    }
    to {
        font-size: 3.5em;
        left: 82%;
        bottom: 97%;
    }
}
p:nth-child(77) {
    animation: message77 1.8s ease-in-out 133s 1 normal both running;
}

@keyframes message78 {
    from {
        font-size: 0em;
        left: 57%;
        top: 35%;
    }
    to {
        font-size: 0.8em;
        left: 73%;
        top: 42%;
    }
}
p:nth-child(78) {
    animation: message78 0.7s ease-in-out 136s 1 normal both running;
}

@keyframes message79 {
    from {
        font-size: 0em;
        left: 60%;
        top: 57%;
    }
    to {
        font-size: 0.9em;
        left: 66%;
        top: 61%;
    }
}
p:nth-child(79) {
    animation: message79 1.2s ease-in 135.4s 1 normal both running;
}

@keyframes message80 {
    from {
        font-size: 0em;
        left: 45%;
        top: 60%;
    }
    to {
        font-size: 4.3em;
        left: 56%;
        top: 40%;
    }
}
p:nth-child(80) {
    animation: message80 1.6s ease-in-out 136.2s 1 normal both running;
}

@keyframes message81 {
    from {
        font-size: 0em;
        left: 56%;
        top: 44%;
    }
    to {
        font-size: 3.7em;
        left: 25%;
        top: 78%;
    }
}
p:nth-child(81) {
    animation: message81 1.9s ease-in-out 138.3s 1 normal both running;
}

@keyframes message82 {
    from {
        font-size: 0em;
        left: 58%;
        top: 45%;
    }
    to {
        font-size: 3em;
        left: 65%;
        top: 83%;
    }
}
p:nth-child(82) {
    animation: message82 2.2s ease-in 140.2s 1 normal both running;
}

@keyframes message83 {
    from {
        font-size: 0em;
        left: 34%;
        top: 47%;
    }
    to {
        font-size: 1.4em;
        left: 66%;
        top: 46%;
    }
}
p:nth-child(83) {
    animation: message83 0.4s ease-in-out 142.4s 1 normal both running;
}

@keyframes message84 {
    from {
        font-size: 0em;
        right: 56%;
        bottom: 55%;
    }
    to {
        font-size: 6em;
        right: 48%;
        bottom: 92%;
    }
}
p:nth-child(84) {
    animation: message84 0.7s ease-in-out 142.8s 1 normal both running;
}

@keyframes message85 {
    from {
        font-size: 0em;
        left: 53%;
        bottom: 45%;
    }
    to {
        font-size: 3.6em;
        left: 77%;
        bottom: 33%;
    }
}
p:nth-child(85) {
    animation: message85 1.7s ease-out 143.5s 1 normal both running;
}

@keyframes message86 {
    from {
        font-size: 0em;
        left: 57%;
        top: 46%;
    }
    to {
        font-size: 4.5em;
        left: 64%;
        top: 42%;
    }
}
p:nth-child(86) {
    animation: message86 2.2s ease-out 146.7s 1 normal both running;
}

@keyframes message87 {
    from {
        font-size: 0em;
        right: 64%;
        top: 37%;
    }
    to {
        font-size: 4.3em;
        right: 29%;
        top: 3%;
    }
}
p:nth-child(87) {
    animation: message87 1.2s ease-in-out 147.5s 1 normal both running;
}

@keyframes message88 {
    from {
        font-size: 0em;
        right: 66%;
        top: 43%;
    }
    to {
        font-size: 5em;
        right: 93%;
        top: 50%;
    }
}
p:nth-child(88) {
    animation: message88 2.2s ease-in-out 148.6s 1 normal both running;
}

@keyframes message89 {
    from {
        font-size: 0em;
        left: 62%;
        top: 52%;
    }
    to {
        font-size: 2em;
        left: 75%;
        top: 66%;
    }
}
p:nth-child(89) {
    animation: message89 1.5s ease-in 150.8s 1 normal both running;
}

@keyframes message90 {
    from {
        font-size: 0em;
        left: 35%;
        top: 62%;
    }
    to {
        font-size: 2.2em;
        left: 67%;
        top: 33%;
    }
}
p:nth-child(90) {
    animation: message90 0.9s ease-in-out 152.3s 1 normal both running;
}

@keyframes message91 {
    from {
        font-size: 0em;
        left: 37%;
        top: 63%;
    }
    to {
        font-size: 4.2em;
        left: 12%;
        top: 43%;
    }
}
p:nth-child(91) {
    animation: message91 1.8s ease-in-out 153.2s 1 normal both running;
}

@keyframes message92 {
    from {
        font-size: 0em;
        left: 49%;
        top: 60%;
    }
    to {
        font-size: 3.1em;
        left: 29%;
        top: 47%;
    }
}
p:nth-child(92) {
    animation: message92 0.3s ease-in 155s 1 normal both running;
}

@keyframes message93 {
    from {
        font-size: 0em;
        left: 52%;
        top: 38%;
    }
    to {
        font-size: 4.3em;
        left: 27%;
        top: 39%;
    }
}
p:nth-child(93) {
    animation: message93 1.4s ease-in-out 155.5s 1 normal both running;
}

@keyframes message94 {
    from {
        font-size: 0em;
        left: 48%;
        top: 58%;
    }
    to {
        font-size: 2.3em;
        left: 4%;
        top: 23%;
    }
}
p:nth-child(94) {
    animation: message94 0.7s ease-in-out 156.7s 1 normal both running;
}

@keyframes message95 {
    from {
        font-size: 0em;
        left: 53%;
        top: 35%;
    }
    to {
        font-size: 0.3em;
        left: 46%;
        top: 70%;
    }
}
p:nth-child(95) {
    animation: message95 3s ease-out 157.4s 1 normal both running;
}

@keyframes message96 {
    from {
        font-size: 0em;
        left: 54%;
        top: 36%;
    }
    to {
        font-size: 3.3em;
        left: 58%;
        top: 27%;
    }
}
p:nth-child(96) {
    animation: message96 2.1s ease-out 160.4s 1 normal both running;
}

@keyframes message97 {
    from {
        font-size: 0em;
        left: 35%;
        top: 44%;
    }
    to {
        font-size: 1.6em;
        left: 62%;
        top: 72%;
    }
}
p:nth-child(97) {
    animation: message97 1s ease-in-out 162.5s 1 normal both running;
}

@keyframes message98 {
    from {
        font-size: 0em;
        left: 41%;
        top: 50%;
    }
    to {
        font-size: 0.6em;
        left: 64%;
        top: 75%;
    }
}
p:nth-child(98) {
    animation: message98 2.3s ease-in-out 163.5s 1 normal both running;
}

@keyframes message99 {
    from {
        font-size: 0em;
        left: 59%;
        top: 39%;
    }
    to {
        font-size: 2.6em;
        left: 39%;
        top: 62%;
    }
}
p:nth-child(99) {
    animation: message99 2.4s ease-in 165.8s 1 normal both running;
}

@keyframes message100 {
    from {
        font-size: 0em;
        left: 35%;
        top: 64%;
    }
    to {
        font-size: 0.5em;
        left: 34%;
        top: 25%;
    }
}
p:nth-child(100) {
    animation: message100 1.3s ease-in-out 168.4s 1 normal both running;
}

/*p:hover {
    animation-play-state: paused;
}*/