/* global */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
html,body { font-family:"Noto Sans", sans-serif; background:#e5e5e5; color:#333 }
a:link { color:#333 } a:visited { color:#333 } a:hover { color:#333 } a:active { color:#333 }
section > div { padding:10px; background:#fff }
header > div { background:#ccc; padding:10px; } header > div > div { height:55px; color:#333 }
footer > div { background:none; padding:10px; text-align: center; background:#ccc; font-size:0.8rem; }
.gbox { width:350px; margin: 30px auto; }