.project{border-top:2px solid #000;padding-top:.8vw;padding-bottom:.8vw;cursor:pointer;width:100%;display:flex;justify-content:center;align-items:center}.project p{font-size:5vw;font-weight:200;margin:0}.project p:first-of-type{margin-right:.75vw}.project p:nth-of-type(2){margin-left:.75vw}.project:last-of-type{border-bottom:2px solid #000}.project .imgContainer{overflow:hidden;display:flex;justify-content:center;width:0}.project img{width:10vw}:root{--screen-height:100vh}.full-height{height:var(--screen-height)}.five-sixths-height{height:calc(var(--screen-height) * 5 / 6)}.one-sixths-height{height:calc(var(--screen-height) * 1 / 6)}.bg-dark{background-color:#1f1f1f}.bg-light{background-color:#e0ded1}#container{position:relative}#one,#two{width:100%;height:100px;background:red}#two{background:blue}#picture{background:green;position:absolute;left:calc(50% - 50px);top:calc(50% - 50px);width:100px;height:100px}.content{color:#e0ded1}.content_new{font-size:25px;font-weight:400;font-family:Epilogue;padding-top:2px;color:#1f1f1f}.page_mainx__0g615{height:100vh;display:flex;align-items:center;justify-content:center}.page_gallery__8_RIU{width:70%}.content,.font-epi{font-family:Epilogue}.content{font-size:25px;font-weight:400;padding-top:2px}.marquee{position:relative;width:100vw;max-width:100%;height:40px;overflow-x:hidden}.track{position:absolute;white-space:nowrap;will-change:transform;animation:marquee 32s linear infinite}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}