html {
}

* {
  box-sizing: border-box;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
}

@font-face {
  font-family: 'KoboFont';
  src: url("Rotis II Sans Pro Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: "kobofont", sans-serif;
}

a {
	color: white;
	text-decoration:none;
}
a:visited {
	color: white;
	text-decoration:none;

}
a:active {
	color: white;
	text-decoration:none;
}
a:hover {
	color:white;
	text-decoration:none;
}


#main {
  margin: auto;
  max-width: 800px;
  min-height: 100vh;
  background-color: #293133;
  color: white;
  padding: 20px;
}


#kobo {
	max-width: 100%;
	}

.kobo {
	max-width: 100%;
	}

#books {
  text-align: center;
  font-size: 1rem; /* of 1.1rem */
}

	
#books h1 {
  font-family: 'KoboFont', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 4.5rem);
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1.5rem;
}

table {
  margin: 0 auto;
}
td {
  text-align: center;
}