html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
html {
    background-image: url('/assets/images/florp.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}
body {
    background-color: rgba(25,25,25,0.7);
    color: white;
}
h1 {
    font-size: 48pt;
}
h2 {
    font-size: 32pt;
}
h1, h2, p {
    font-family: 'Rubik Mono One';
}
p a, p a:visited {
    color: white;
    transition: all 0.5s ease-in-out
}
p a:hover {
    color: #0090ff;
}
span {
    font-family: 'Pacifico';
}
span a, span a:visited {
    color: white;
    font-family: 'Rubik Mono One';
}
.main {
    padding-top: 2%;
    justify-content: center;
    text-align: center;
}
.footer {
    justify-content: center;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.particle {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    margin: 0;
}
@keyframes particle-animation-1 {
    100% {
        transform: translate3d(58vw, 46vh, 89px);
    }
}
.particle:nth-child(1) {
    animation: particle-animation-1 60s infinite;
    opacity: 0.77;
    height: 9px;
    width: 9px;
    animation-delay: -0.2s;
    transform: translate3d(58vw, 31vh, 31px);
    background: #26acd9;
}
@keyframes particle-animation-2 {
    100% {
        transform: translate3d(32vw, 17vh, 48px);
    }
}
.particle:nth-child(2) {
    animation: particle-animation-2 60s infinite;
    opacity: 0.89;
    height: 10px;
    width: 10px;
    animation-delay: -0.4s;
    transform: translate3d(33vw, 60vh, 59px);
    background: #4ad926;
}
@keyframes particle-animation-3 {
    100% {
        transform: translate3d(70vw, 28vh, 72px);
    }
}
.particle:nth-child(3) {
    animation: particle-animation-3 60s infinite;
    opacity: 0.07;
    height: 6px;
    width: 6px;
    animation-delay: -0.6s;
    transform: translate3d(50vw, 27vh, 73px);
    background: #d9d026;
}
@keyframes particle-animation-4 {
    100% {
        transform: translate3d(87vw, 29vh, 64px);
    }
}
.particle:nth-child(4) {
    animation: particle-animation-4 60s infinite;
    opacity: 0.81;
    height: 10px;
    width: 10px;
    animation-delay: -0.8s;
    transform: translate3d(76vw, 15vh, 65px);
    background: #26b2d9;
}
@keyframes particle-animation-5 {
    100% {
        transform: translate3d(66vw, 74vh, 86px);
    }
}
.particle:nth-child(5) {
    animation: particle-animation-5 60s infinite;
    opacity: 0.95;
    height: 9px;
    width: 9px;
    animation-delay: -1s;
    transform: translate3d(89vw, 21vh, 8px);
    background: #bb26d9;
}
@keyframes particle-animation-6 {
    100% {
        transform: translate3d(22vw, 11vh, 3px);
    }
}
.particle:nth-child(6) {
    animation: particle-animation-6 60s infinite;
    opacity: 0.49;
    height: 8px;
    width: 8px;
    animation-delay: -1.2s;
    transform: translate3d(80vw, 74vh, 95px);
    background: #2f26d9;
}
@keyframes particle-animation-7 {
    100% {
        transform: translate3d(43vw, 44vh, 24px);
    }
}
.particle:nth-child(7) {
    animation: particle-animation-7 60s infinite;
    opacity: 0.81;
    height: 8px;
    width: 8px;
    animation-delay: -1.4s;
    transform: translate3d(22vw, 59vh, 26px);
    background: #2638d9;
}
@keyframes particle-animation-8 {
    100% {
        transform: translate3d(78vw, 10vh, 86px);
    }
}
.particle:nth-child(8) {
    animation: particle-animation-8 60s infinite;
    opacity: 0.68;
    height: 7px;
    width: 7px;
    animation-delay: -1.6s;
    transform: translate3d(60vw, 59vh, 62px);
    background: #d926cd;
}
@keyframes particle-animation-9 {
    100% {
        transform: translate3d(41vw, 35vh, 11px);
    }
}
.particle:nth-child(9) {
    animation: particle-animation-9 60s infinite;
    opacity: 0.55;
    height: 9px;
    width: 9px;
    animation-delay: -1.8s;
    transform: translate3d(25vw, 83vh, 72px);
    background: #c126d9;
}
@keyframes particle-animation-10 {
    100% {
        transform: translate3d(83vw, 1vh, 7px);
    }
}
.particle:nth-child(10) {
    animation: particle-animation-10 60s infinite;
    opacity: 0.43;
    height: 6px;
    width: 6px;
    animation-delay: -2s;
    transform: translate3d(84vw, 4vh, 11px);
    background: #d99426;
}
@keyframes particle-animation-11 {
    100% {
        transform: translate3d(25vw, 11vh, 70px);
    }
}
.particle:nth-child(11) {
    animation: particle-animation-11 60s infinite;
    opacity: 0.26;
    height: 9px;
    width: 9px;
    animation-delay: -2.2s;
    transform: translate3d(6vw, 63vh, 57px);
    background: #d9ca26;
}
@keyframes particle-animation-12 {
    100% {
        transform: translate3d(65vw, 20vh, 5px);
    }
}
.particle:nth-child(12) {
    animation: particle-animation-12 60s infinite;
    opacity: 0.47;
    height: 7px;
    width: 7px;
    animation-delay: -2.4s;
    transform: translate3d(64vw, 30vh, 4px);
    background: #8226d9;
}
@keyframes particle-animation-13 {
    100% {
        transform: translate3d(64vw, 22vh, 71px);
    }
}
.particle:nth-child(13) {
    animation: particle-animation-13 60s infinite;
    opacity: 0.22;
    height: 7px;
    width: 7px;
    animation-delay: -2.6s;
    transform: translate3d(81vw, 3vh, 29px);
    background: #7d26d9;
}
@keyframes particle-animation-14 {
    100% {
        transform: translate3d(28vw, 37vh, 59px);
    }
}
.particle:nth-child(14) {
    animation: particle-animation-14 60s infinite;
    opacity: 0.77;
    height: 6px;
    width: 6px;
    animation-delay: -2.8s;
    transform: translate3d(53vw, 30vh, 10px);
    background: #26d97a;
}
@keyframes particle-animation-15 {
    100% {
        transform: translate3d(58vw, 7vh, 16px);
    }
}
.particle:nth-child(15) {
    animation: particle-animation-15 60s infinite;
    opacity: 0.81;
    height: 8px;
    width: 8px;
    animation-delay: -3s;
    transform: translate3d(33vw, 73vh, 9px);
    background: #d9ac26;
}
@keyframes particle-animation-16 {
    100% {
        transform: translate3d(42vw, 4vh, 86px);
    }
}
.particle:nth-child(16) {
    animation: particle-animation-16 60s infinite;
    opacity: 0.55;
    height: 8px;
    width: 8px;
    animation-delay: -3.2s;
    transform: translate3d(11vw, 72vh, 99px);
    background: #2659d9;
}
@keyframes particle-animation-17 {
    100% {
        transform: translate3d(48vw, 78vh, 26px);
    }
}
.particle:nth-child(17) {
    animation: particle-animation-17 60s infinite;
    opacity: 0.38;
    height: 10px;
    width: 10px;
    animation-delay: -3.4s;
    transform: translate3d(63vw, 5vh, 92px);
    background: #77d926;
}
@keyframes particle-animation-18 {
    100% {
        transform: translate3d(25vw, 68vh, 65px);
    }
}
.particle:nth-child(18) {
    animation: particle-animation-18 60s infinite;
    opacity: 0.07;
    height: 9px;
    width: 9px;
    animation-delay: -3.6s;
    transform: translate3d(33vw, 57vh, 9px);
    background: #2fd926;
}
@keyframes particle-animation-19 {
    100% {
        transform: translate3d(52vw, 41vh, 86px);
    }
}
.particle:nth-child(19) {
    animation: particle-animation-19 60s infinite;
    opacity: 0.54;
    height: 8px;
    width: 8px;
    animation-delay: -3.8s;
    transform: translate3d(71vw, 48vh, 20px);
    background: #d9265c;
}
@keyframes particle-animation-20 {
    100% {
        transform: translate3d(65vw, 40vh, 32px);
    }
}
.particle:nth-child(20) {
    animation: particle-animation-20 60s infinite;
    opacity: 0.57;
    height: 9px;
    width: 9px;
    animation-delay: -4s;
    transform: translate3d(50vw, 53vh, 89px);
    background: #d92629;
}
@keyframes particle-animation-21 {
    100% {
        transform: translate3d(32vw, 65vh, 32px);
    }
}
.particle:nth-child(21) {
    animation: particle-animation-21 60s infinite;
    opacity: 0.39;
    height: 7px;
    width: 7px;
    animation-delay: -4.2s;
    transform: translate3d(71vw, 17vh, 97px);
    background: #9ad926;
}
@keyframes particle-animation-22 {
    100% {
        transform: translate3d(44vw, 11vh, 63px);
    }
}
.particle:nth-child(22) {
    animation: particle-animation-22 60s infinite;
    opacity: 0.68;
    height: 7px;
    width: 7px;
    animation-delay: -4.4s;
    transform: translate3d(48vw, 74vh, 19px);
    background: #d9a926;
}
@keyframes particle-animation-23 {
    100% {
        transform: translate3d(25vw, 17vh, 90px);
    }
}
.particle:nth-child(23) {
    animation: particle-animation-23 60s infinite;
    opacity: 0.51;
    height: 9px;
    width: 9px;
    animation-delay: -4.6s;
    transform: translate3d(23vw, 24vh, 38px);
    background: #d99d26;
}
@keyframes particle-animation-24 {
    100% {
        transform: translate3d(10vw, 68vh, 70px);
    }
}
.particle:nth-child(24) {
    animation: particle-animation-24 60s infinite;
    opacity: 0.37;
    height: 6px;
    width: 6px;
    animation-delay: -4.8s;
    transform: translate3d(79vw, 67vh, 57px);
    background: #26d9ac;
}
@keyframes particle-animation-25 {
    100% {
        transform: translate3d(15vw, 53vh, 87px);
    }
}
.particle:nth-child(25) {
    animation: particle-animation-25 60s infinite;
    opacity: 0.49;
    height: 7px;
    width: 7px;
    animation-delay: -5s;
    transform: translate3d(30vw, 24vh, 68px);
    background: #2668d9;
}
@keyframes particle-animation-26 {
    100% {
        transform: translate3d(54vw, 53vh, 30px);
    }
}
.particle:nth-child(26) {
    animation: particle-animation-26 60s infinite;
    opacity: 1;
    height: 7px;
    width: 7px;
    animation-delay: -5.2s;
    transform: translate3d(26vw, 6vh, 100px);
    background: #26d95f;
}
@keyframes particle-animation-27 {
    100% {
        transform: translate3d(3vw, 22vh, 94px);
    }
}
.particle:nth-child(27) {
    animation: particle-animation-27 60s infinite;
    opacity: 0.98;
    height: 10px;
    width: 10px;
    animation-delay: -5.4s;
    transform: translate3d(65vw, 73vh, 7px);
    background: #8e26d9;
}
@keyframes particle-animation-28 {
    100% {
        transform: translate3d(89vw, 27vh, 11px);
    }
}
.particle:nth-child(28) {
    animation: particle-animation-28 60s infinite;
    opacity: 0.28;
    height: 8px;
    width: 8px;
    animation-delay: -5.6s;
    transform: translate3d(20vw, 69vh, 36px);
    background: #d99126;
}
@keyframes particle-animation-29 {
    100% {
        transform: translate3d(47vw, 63vh, 38px);
    }
}
.particle:nth-child(29) {
    animation: particle-animation-29 60s infinite;
    opacity: 0.44;
    height: 6px;
    width: 6px;
    animation-delay: -5.8s;
    transform: translate3d(9vw, 28vh, 25px);
    background: #b226d9;
}
@keyframes particle-animation-30 {
    100% {
        transform: translate3d(47vw, 20vh, 54px);
    }
}
.particle:nth-child(30) {
    animation: particle-animation-30 60s infinite;
    opacity: 0.96;
    height: 8px;
    width: 8px;
    animation-delay: -6s;
    transform: translate3d(47vw, 46vh, 67px);
    background: #7426d9;
}