.selector-for-some-widget{box-sizing:content-box}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}section{padding:30px 0 50px}h3.section-title{margin-bottom:40px}.social-icons{width:42px;height:42px;font-size:18px;background:#444;border-radius:21px;text-align:center;padding:6px 0;line-height:28px;color:#fff}.social-icons:focus,.social-icons:hover{color:#eee;background:#555}.card{margin-bottom:30px}#page-footer{padding:15px 0 10px;font-size:12px}.app{height:100vh}.app .sections{width:100%;height:100vh;background-color:#ffa07a;position:relative;top:70px;scroll-behavior:smooth;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory;scrollbar-width:none}.app .sections::-webkit-scrollbar{display:none}.app .sections>*{width:100vw;height:calc(100vh - 70px)}.topbar{width:100%;height:70px;background-color:#000;color:#fff;position:fixed;top:0;z-index:3;transition:all 1s ease}.topbar .wrapper{padding:10px 30px;justify-content:space-between}.topbar .wrapper,.topbar .wrapper .left{display:flex;align-items:center}.topbar .wrapper .left .logo{font-size:40px;font-weight:700;text-decoration:none;color:inherit;margin-right:40px}.topbar .wrapper .left .itemContainer{display:flex;align-items:center;margin-left:30px}@media(max-width:768px){.topbar .wrapper .left .itemContainer{display:none}}.topbar .wrapper .left .itemContainer .icon{font-size:18px;margin-right:5px}.topbar .wrapper .left .itemContainer span{font-size:15px;font-weight:500}.topbar .wrapper .right .hamburger{width:32px;height:25px;display:flex;color:#fff;background-color:#fff;flex-direction:column;justify-content:space-between;cursor:pointer}.topbar .wrapper .right .hamburger span{width:100%;height:3px;color:#fff;background-color:#000;transform-origin:left;transition:all 2s ease}.topbar.active{background-color:#15023a;color:#fff}.topbar.active .hamburger span:first-child{background-color:#fff;transform:rotate(45deg)}.topbar.active .hamburger span:nth-child(2){opacity:0}.topbar.active .hamburger span:last-child{background-color:#fff;transform:rotate(-45deg)}.menu{width:300px;height:100vh;background-color:#15023a;position:fixed;top:0;right:-300px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .4s ease}.menu.active{right:0}.menu ul{margin:0;padding:0;list-style:none;font-size:30px;font-weight:300;color:#fff;width:60%}.menu ul li{margin-bottom:25px}.menu ul li a{font-size:inherit;color:inherit;text-decoration:none}.menu ul li:hover{font-weight:500}.ityped-cursor{color:crimson;font-size:1.8rem;font-weight:700;-webkit-animation:blink 1s infinite;animation:blink 1s infinite}@-webkit-keyframes blink{50%{opacity:1}to{opacity:0}}@keyframes blink{50%{opacity:1}to{opacity:0}}