.Header { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; } .Row { text-align: center; margin: 5px; } #Name { font: 50px 'Italiana', sans-serif; /* margin-left:80px; */ } #Summary { font-size: 16px; } #Footer { margin-left: -45px; display: flex; flex-direction: row; gap: 20px; list-style-type: none; margin-right: 0px; } i { color: #017C73; } .Footer-item a { color: #017C73; text-decoration: none; } .Footer-item a:hover { text-decoration: underline; color: #017C73; } @media only screen and (max-width: 400px) { #Name { font: 35px 'Italiana', sans-serif; } #Summary { font-size: 14px; } }