@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); .container { width: 1140px; margin: 0 auto; } h1{ font-family: "Playfair Display", serif; font-size: 64px; } h1+p{ font-family: "Roboto", sans-serif; font-weight: 300; font-size: 36px; } li, p, button{ font-family: "Roboto", sans-serif; font-weight: 300; font-size: 24px; } h1, p{ margin: 0; } h1{ margin-bottom: 20px; } section { margin-bottom: 100px; } .nav_item {list-style: none; margin-left: 60px; } a{ text-decoration: none; color: black; } ul{ display: flex; } .header{ display: flex ; justify-content: space-between; align-items: center; } button{ padding: 20px 30px; border: 1px solid black; background-color: rgba(255, 255, 255, 0); color: black; margin-top: 30px; } button:hover{ background-color: black; color: white; transition: 1s; } .cover{ height: 80vh; display: flex; align-items: center; } #cover{ background-repeat: no-repeat; background-size: cover; } .us{ display:flex; align-items: center; } .content{ margin-left: 70px; } h2{ font-size: 48px; } .card_d{ display: flex; justify-content: space-between; width: 100%; } .cards{ display: flex; flex-wrap: wrap; justify-content: space-between; } .card{ width: 300px; margin-bottom: 60px; } .guide_content{ height: 40vh; } .guide_content{ display: flex; align-items: center; } input{ height: 30px; width: 240px; } .blocks{ display: flex; flex-wrap: wrap; justify-content: space-between; } .block{ margin-bottom: 60px; } .block_d:h2{ margin: 0px; } #svaz{ margin: 0; } .svaz1{ height: 52vh; display: flex; justify-content: flex-end; align-items: center; } .svaz_txt{ width: 650px; } footer{ display: flex; flex-direction: column; justify-content: center; align-items: center; }