body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; font-family: "Roboto", sans-serif; -webkit-font-smoothing: antialiased; } .logo-1 { width: 80%; margin: 0 auto; } .karma-logo { width: 40px; height: 40px; float: left; } .nav-bar { display: flex; justify-content: flex-end; text-decoration: none; list-style: none; } .nav-bar a { float: left; color: gray; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .nav-bar a:hover { color: #ff5f1f; } #first-a { color: black; font-weight: bold; } #first-a:hover { color: #ff5f1f; } .section-1 { background-image: url(/img/first-background.jpg); background-position: center center; background-repeat: no-repeat; height: 100vh; position: relative; background-size: cover; } #header-font { color: white; text-align: center; font-size: 2.5rem; letter-spacing: 100; font-weight: lighter; margin: 0px; } #header-font-2 { color: white; text-align: center; font-size: 1.9rem; letter-spacing: 100; font-weight: lighter; } button { background-color: #ff5f1f; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; border: 0; border-radius: 5px; } button:hover { color: #ff5f1f; background-color: white; } .logo-2 { color: black; text-align: center; font-size: 1.9rem; letter-spacing: 100; font-weight: lighter; padding: 50px; } .images-menu { display: flex; flex-direction: row; justify-content: center; font-size: 1.2rem; } .icons { display: flex; flex-direction: column; padding: 0 100px; } .image-logo { width: auto; height: auto; max-height: 150px; padding-bottom: 10px; } .homepage-feature { padding-top: 100px; display: flex; flex-direction: row; justify-content: space-around; align-items: center; } #join-us { color: black; text-align: center; letter-spacing: 100; padding-top: 100px; } #get-karma { background-color: rgba(236, 98, 52, 0.1); width: 65rem; text-align: center; } .text-description { padding-top: 5rem; font-style: italic; font-size: 35px; line-height: 45px; } .networks { width: 20px; display: flex; flex-direction: row; justify-content: center; gap: 50px; padding: 30px; margin: 0 auto; } #copyright { text-align: center; font-size: small; } .sm-icon > img { width: 20px; }