@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  list-style: none;
}


@font-face {
  font-family: "Libertinus Keyboard";
  src: url("../fonts/LibertinusKeyboard-Regular.woff2") format("woff2"),
       url("../fonts/LibertinusKeyboard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

header h1 {
  font-family: "Libertinus Keyboard", system-ui, sans-serif;
  text-shadow: 1px 1px 2px #aaa; 
}

body {
  color: #333;
  background-color: #cccccc

;
}
header {
  padding: 8px;
  border-bottom: 1px solid #262626;
  background-color: #eef3ff;
}
main {
  margin: 16px;
}

img {
  width: 640px;
  height: auto;
}
.col1 { width: 30%; }
.col2 { width: 50%; }
.col3 { width: 20%; }

table {
  text-align: center;
}

