@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap");body{padding-top:80px;margin:0;background-color:#fff}header{justify-content:space-between;border-bottom:1px solid #d3d3d3;padding:10px 20px;width:100%;background-color:#fff;box-sizing:border-box;position:fixed;top:0;left:0;z-index:1000;height:81px}.header__left-section,header{display:flex;align-items:center}.header__left-section{gap:20px}.header__logo-container{display:flex;align-items:center;gap:10px}.header__logo-img{width:60px;height:60px}.header__stayPositive_text{font-size:32px;color:#678276;font-family:Courier Prime,courier,monospace;font-weight:700;margin-left:10px}.header__desktop-nav,.header__nav-bar{display:flex;align-items:center}.header__nav-bar{gap:40px;list-style-type:none;margin:0;padding:0}.header__list-items{font-size:20px;color:#8fb0a1;margin-left:10px}.header .header__signUp,.header__list-items{font-family:Courier Prime,courier,monospace;font-weight:700;cursor:pointer}.header .header__signUp{background-color:#8fb0a1;color:#fff;border-radius:25px;padding:10px 24px;border:none;font-size:18px;transition:background-color .3s;white-space:nowrap;margin-left:15px;margin-bottom:5px}.header__hamburger{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0}.header__hamburger span{width:100%;height:2px;background-color:#8fb0a1;transition:all .3s ease}.header__mobile-menu{display:none;position:fixed;top:81px;left:0;width:100%;background-color:#fff;padding:20px;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:999}.header__mobile-nav ul{list-style:none;padding:0;margin:0}.header__mobile-item{padding:15px 0;font-size:16px;color:#8fb0a1;font-family:Courier Prime,courier,monospace;font-weight:700;border-bottom:1px solid #e0e0e0;cursor:pointer}@media (max-width:900px){body{padding-top:100px}.header__hamburger{display:flex}.header__desktop-nav{display:none}.header__mobile-menu{display:block}.header__logo-img{width:40px;height:40px}.header__stayPositive_text{font-size:30px}.header__left-section{gap:15px}.header__signUp{padding:8px 16px;font-size:14px;margin-left:0}}