@import url('https://fonts.googleapis.com/css?family=Silkscreen&display=swap');


	
	
.box {
	border-style:solid;
	border-color: #000000;
    background-color:#ffffff;
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 50px;
	width:auto;
	 z-index:1
}
body {
    background-image: url("/redbrick.png");
	margin: auto;

}





h1 {
  color: #000000;
  text-align: center;
  font-family: Silkscreen;
  font-size:24;
  font-smooth: never;
-webkit-font-smoothing : none;
}
h2 {
	  color:#df0056;
	  text-align: center;
      font-family: Silkscreen;
      font-size:20;
	  font-smooth: never;
-webkit-font-smoothing : none;
}
h4 {
  color: #101929;
  text-align: center;
  font-family: Silkscreen;
  font-size:16;
  font-smooth: never;
-webkit-font-smoothing : none;
}
figcaption {
  color: #101929;
  text-align: center;
  font-family: Silkscreen;
  font-size:16;
  font-smooth: never;
-webkit-font-smoothing : none;
}
figure {
  color: #101929;
  text-align: center;
  font-family: Silkscreen;
  font-size:16;
  font-smooth: never;
-webkit-font-smoothing : none;
}
p {
  color: #101929;
  text-align: center;
  font-family: Silkscreen;
  font-size:12;
  font-smooth: never;
-webkit-font-smoothing : none; 
}







.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
}



ul {
  display: inline-block;
  text-align: left;
  font-family: Verdana;
  font-size:16;
  color: #101929;
}
a {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-top: 0px;
}


.container {
  display: flex;
  justify-content: space-between; /* Distributes space between items */
}

.column-item {
  flex: 1; /* Allows columns to grow and shrink equally */
  padding: 15px;
  margin: 0 10px; /* Adds margin around columns */
}
  