#head { height:160px; line-height: 160px; font-size:200%; } /* Login */ #loginForm{ width:600px; } #invalidCredentials { color: red; } /* Budgets */ .budget-item { width: 11.3em; height: 11.3em; border: 1px solid dimgray; border-radius: 0.707em; display: inline-block; margin: 1em; } .budget-item a { margin: 8em auto 0.5em; text-align: center; display: block; } .budget-item .time { display: block; text-align: center; font-size: 70.7%; } body { display: grid; grid-template-columns: 300px auto; } #sidebar { margin: 1em; font-size: 180%; } #sidebar ul { padding: 0; list-style: none; font-size: 75%; } .two-valued { display: table; } .two-valued * { display: table-row; } .two-valued * * { display: table-cell; } .right { text-align: right; }