@media screen and (max-width:500px){.reveal-text{font-size:var(--headlineSmall)}}*,body,html{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;background-color:var(--backgroundColor)}.reveal{background:var(--backgroundColor);padding-left:30%;padding-right:10%}.spacing-small{height:50vh}.spacing{height:100vh}@media screen and (max-width:500px){.reveal{padding-left:10px}}.animationRotation{animation:rotateCircle 30s linear 0s infinite}@keyframes rotateCircle{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.social-link path{transition:all .2s ease-in-out}.social-link:hover path{fill:#D50DE4}div[data-rk]{overflow-x:hidden}