@font-face { 
	font-family: "Comic Sans"; 
	src: url("./fonts/ComicSansMS3.ttf") format("truetype"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

@font-face { 
	font-family: "Shantell Sans Bouncy Bold"; 
	src: url("./fonts/Shantell_Sans-Informal_Bouncy_SemiBold.woff2") format("woff2"); 
	font-weight: normal;
	font-style: normal; 
	font-display: swap; 
}

body {
	background-color: #FFD700;
	font-family: Comic Sans, serif;
}

main {
	background-color: #1F0D0A;
	color: #FCF197;
	padding: 25px;
	margin: 20px;
	border-radius: 15px;
}

main h2 {
  font-family: Shantell Sans Bouncy Bold, Comic Sans, serif;
  font-style: bold;
  font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}

main p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

main a {
  color: #FFA70F;
}

section {
  border-color: #FFD700;
  border-width: 8px;
  border-style: double;
  padding: 0 20px 15px;
}

.updates {
  background-color: #691B02;
  border-color: #FFD700;
  border-width: 8px;
  border-style: double;
  padding: 15px;
}

marquee {
  margin-bottom: 10px;
}