.title { font-weight: bold; } .summary { /* font-style: italic; */ /* font-family: 'Alegreya Sans', sans-serif; */ } .add { padding: 2em; background-color: rgb(218, 218, 218); } .link { text-decoration: none; font-size: 1.5em; padding-bottom: 1em; display: block; color: var(--main-color); font-weight: 600; } a { text-decoration: none; } body { font-family: 'Alegreya Sans', sans-serif; font-size: 1.0em; } :root { --main-color: #f7d723; } nav { padding: calc(var(--nav-height)/3); text-align: right; /* line-height: var(--nav-height); */ }