* {
	font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.Background {
	background-image: radial-gradient(
    circle at center,
    black 0.25rem,
    transparent 0
  ), radial-gradient(circle at center, black 0.25rem, transparent 0);
  background-size: 1.3rem 1.3rem;
  background-position: 0 0, 0.65rem 0.65rem;
  background-repeat: round;

}
.Class1 {
	background-color: white;
	border-style: double;
	width: 900px;
	height: auto;
}
.Folders {
  background-color: white;
	border-style: double;
	width: 900px;
	height: auto;
	justify-content: center;
}