header{ width: 100%; height: 50vh; position: relative; display: inline-flex; align-items: center; .contact{ position: fixed; top: 50px; right: 50px; svg{ animation: rotation 6s infinite linear; width: 90.4px; height: 87.45px; } h3{ transform: rotate(35deg); } p{ display: none; } } h2{ margin-left: 10px; } }