#morning-section{margin-bottom:5px;background:#ffdab9;transition:background-color .5s}#morning-section .label{color:#007ba7;text-shadow:2px 2px 2px #ffd5e5;font-size:1.5rem}#morning-section .morning-text{font-size:2rem;color:#ffa07a}#morning-section .morning-text span{-webkit-text-stroke-color:#007BA7}#morning-section textarea{background:#444;color:#fff;font-size:1rem;padding:10px;margin-top:10px}@media (max-width:768px){#morning-section .label,#morning-section .morning-text{text-align:center;margin-right:0}#morning-section .textarea-container{width:100%}#morning-section .morning-text{font-size:1.5rem}.header-row{flex-direction:column;text-align:center}.label,.sunrise{margin-right:0}.textarea-container{width:100%}}#morning-section .sunrise{font-size:10rem}.morning-output span{animation:2s infinite sunriseGlow;display:inline-block;color:#ffa07a}@keyframes sunriseGlow{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}}.morning-output[contenteditable=true]{min-height:50px;background-color:#fff;padding:8px;border:1px solid #ccc;border-radius:4px}.morning-output:empty:before{content:attr(data-placeholder);color:grey}.morning-output:focus:before{content:none}