@import "../variables"; #content { padding-top: 60px; flex: 1; width: 80%; max-width: 1216px; margin-left: auto; margin-right: auto; .description { color: $blanc_immacule; font-size: 1.5em; } #scrollTop { display: none; position: fixed; bottom: 70px; right: 30px; z-index: 99; height: 42px; width: 42px; background: $gris-violet; transition: .1s ease-in-out; border: none; border-radius: 10px; outline: none; color: $blanc_immacule; cursor: pointer; &:hover { box-shadow: 0 0 20px 0 $hovered_shadow; } } }