body {
background: #090d00;
color: rgba(255, 255, 255, 0.5);
text-align: center;
}
p {
border: 4px double rgba(255, 255, 255, 0.25);
border-width: 4px 0;
padding: 1.5em 0em;
position: absolute;
top: 18%;
left: 50%;
width: 40em;
margin: 0 0 0 -20em;
}
span {
text-transform: uppercase;
font: 700 4em/1 "Oswald", sans-serif;
padding: .25em 0 .325em;
display: block;
text-shadow: 0 0 80px rgba(255, 255, 255, 0.9);
animation: bounce-top 2s infinite both;
}
@keyframes bounce-top {
0% {
transform: translateY(-45px);
animation-timing-function: ease-in;
opacity: 1;
}
24% {
opacity: 1;
}
40% {
transform: translateY(-24px);