

@font-face {
  font-family: Cho; /* set name */
  src: url(fonts/Chomsky.otf); /* url of the font */
}

body {
	font-size: 30px;
	font-family: "Times New Roman","arial","Cho"; 
    color: white;
	background-color: black;
}
h1 {
	
	padding: 10px;
	font-style: none;
	text-align: center;
	color: white;
	font-family: "Cho","Times New Roman","arial";
}


.container {
  display: grid;
  grid-template-columns: 1fr;
  background-color: none;
  padding: 10px;
  gap: 0px;
}
.container div {
  background-color: black;
  border: none;
  padding: 10px;
  font-size: 30px;
  text-align: center;
  justify-content: center;
}
a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}	
abbr {
	text-decoration: none;
}
img {
    max-width: 100%;
    max-height: 100%;
	width: 689.8px;
	height: 500px;
    
}