/* tg.css - my style */

@font-face {
    font-family: 'IBMPlexSans';
    font-style: normal;
    font-weight: 400;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url('fonts/sans/IBMPlexSans-Regular-Latin1.woff2') format("woff2"), url('fonts/sans/IBMPlexSans-Regular-Latin1.woff') format("woff");
    unicode-range: 'U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2212, U+FB01-FB02';
}
@font-face {
  font-family: IBMPlexSerif;
  src:url('fonts/serif/IBMPlexSerif-SemiBold-Latin1.woff2') format('woff2'),
    	url('fonts/serif/IBMPlexSerif-SemiBold-Latin1.woff') format('woff');
}

body {
	font-family: 'IBMPlexSans', Arial, sans-serif;
	/* margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 5px; */
  max-width: 47em;
  margin:0 auto;
  padding: 5px;
	background-color: #FFFFFF;
  }

a {
  text-decoration:none;
  color:#701234;
  }

h1 {
  font-family: 'IBMPlexSerif', times, serif;
  color:#701234;
  }

header {

  }

footer {
  background: #dad6d6;
  font-size: small;
  }

img {
  max-width: 100%;
  height: auto;
  }

table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th {
  cursor: pointer;
}

th, td {
text-align: left;
padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2
}

/* End */
