html, body { font-size: 36px; line-height: 1.6; font-family: sans-serif; padding: 18px; color: #2e4053; } a { text-decoration: none; color: dodgerblue; } nav { right: 18px; text-align: right; } nav a + a { margin-left: 16px; } #controller { margin-bottom: 48px; display: inline-block; padding: 16px; background-color: #ebedef; } #controller label + input { margin-left: 32px; } input[type="file"] { background-color: #ebedef; padding: 16px; font-size: 36px; line-height: 1.6; }