/* General styling */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
    margin: 0;
    font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}
body * { box-sizing: border-box; }

table { border-spacing: 0; }
td { padding: 0; }

.b { font-weight: bold; }
.i { font-style: italic; }



/* Per-element styling */
#master {
    width: 100%; height: 100vh;
}
#master td { vertical-align: top; }

#title {
    width: 192px; color: white;
    background-color: rgb(57,177,44);
    background-image: url("creditsbg.png");
    background-repeat: no-repeat;
}
#title * { display: block; }
#title img { margin: 20px; margin-bottom: 90px; }
#title div { padding: 8px; font-size: small; }

#links { padding: 0 16px; }
#disclaimer { font-size: small; }
