#project_list{ width: 1250px; height: 320px; position: absolute; display: flex; top: 65px; margin-left: 100px; justify-content: center; border: 4px solid var(--barrier_c); background-color: var(--nav_back_c); }
nav{ width: 100%; height: 70px; padding: 0px; margin: 0; margin-bottom: 20px; background-color: var(--nav_back_c); color: var(--font_c); position: fixed; left: 0px; top: -20px; align-items: center; display: flex; z-index: 2; }
footer{ background-color: rgb(43, 43, 43); height: 250px; width: 100%; bottom: 0; display: table-footer-group; left: 0; position: absolute; }
css раздела с проектами: css navbar: