html {
}

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

}

@font-face {
  font-family: 'Lego font';
  src: url("LEGO.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
	font-family: "lego font", sans-serif;
		color: yellow;

}

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

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


#main {
  margin: auto;
  max-width: 800px;
  min-height: 100vh;
  background-color: red;
  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: 'lego font', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 6vw, 5.5rem);
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1.5rem;
  	color: yellow;

}

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