.loading-screen{position:absolute;width:100%;height:100vh;background-color:hsla(0,0%,100%,.949);display:flex;justify-content:center;align-items:center;font-size:3vw;z-index:10;color:var(--textDark)}.threads-section{margin-top:20px;padding:10px}.threads-section .threads-wrapper{min-height:80vh;margin-top:20px}@media screen and (max-width:600px){.threads-section{margin-top:0}.threads-section .threads-wrapper{min-height:80vh;margin-top:10px}}