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