@font-face { font-family: 'ENFB'; src: url('./font/enB.ttf') format('truetype'); unicode-range: U+0000-007F; } .projectA { background-color: #ffffff; padding: 20px 60px; } .projectA .headrow { display: flex; justify-content: flex-start; gap: 35px; align-items: center; } .projectB { background-color: #f9faff; padding: 20px 60px; } .projectB .headrow { display: flex; justify-content: flex-end; gap: 35px; align-items: center; } .headrow h1{ font-family: "ENFB", sans-serif; font-size: 55px; } .buttons { display: flex; gap: 10px; } button{ vertical-align: middle; width: 130px; height: 45px; padding: 15px 20px; border: none; border-radius: 5px; cursor: pointer; font-size: 20px; text-decoration: none; display: inline-block; line-height: 15px; text-align: center; color: white; margin-right: 15px; } .buttonB{ background-color: #debc5e; } .buttonA{ background-color: #5e84de; }