PostRoundPopup { position: absolute; top: 82px; padding: 15px; transition: all 0.5s ease-in-out; flex-direction: column; text-align: center; width: 100%; opacity: 0.96; &:intro { opacity: 0; } &:outro { opacity: 0; } .header { text-transform: uppercase; font-weight: bolder; font-size: 50px; width: 100%; } .content { font-size: 18px; align-items: center; justify-content: center; } inputglyph { margin: 5px; box-shadow: 0px 0px 40px -4px black; } }