*{ margin: 0; padding: 0; box-sizing: border-box; font-family: sans-serif; font-weight: 100; scroll-behavior: smooth; } /* */ .navbar { padding-top: 1rem; display: flex; justify-content: center; gap:20vw; } .navbar > div > nav > ul { padding-top: 0.5rem; display: flex; gap: 3rem; } .navbar > div > nav > ul > li > a { text-decoration: none; color: black; } .navbar > div > nav > ul > li { list-style: none; } .projects { padding-top: 3rem; display: flex; align-items: center; flex-direction: column; font-size: 1.5rem; line-height: 1.5; } .projects > img { padding-top: 3rem; } .myself-txt { display: flex; align-items: center; flex-direction: column; font-size: 1.5rem; line-height: 1.5; } .myself-txt > h2 { font-size: 1.75rem; padding-top: 3rem; } .myself-txt > center > p { font-size: 1.25rem; } .womp-womp-gif { padding-top: 50rem; padding-bottom: 2rem; }