#afternoon-section{background:#87ceeb;transition:background-color .5s;margin-bottom:5px}#afternoon-section .label{color:tomato;text-shadow:2px 2px 2px #ffd5e5;font-size:1.5rem}#afternoon-section .afternoon-text{font-size:2rem;color:tomato}#afternoon-section .afternoon-text span{-webkit-text-stroke-color:#ff6347}#afternoon-section textarea{background:#444;color:#fff;font-size:1rem;padding:10px;margin-top:10px}.afternoon-output span{animation:2s infinite afternoon;display:inline-block;color:tomato}@media (max-width:768px){#afternoon-section .afternoon-text,#afternoon-section .label{text-align:center;margin-right:0}#afternoon-section .textarea-container{width:100%}#afternoon-section .afternoon-text{font-size:1.5rem}}@keyframes afternoon{0%{color:tomato;text-shadow:0 0 2px tomato,0 0 5px tomato,0 0 10px tomato,0 0 15px tomato}100%{color:#fff;text-shadow:0 0 2px #fff,0 0 10px #fff,0 0 20px tomato,0 0 30px tomato,0 0 40px tomato}}