@font-face {
    font-family: webffbold;
    src: url(/global/assets/FamiFont-Bold.ttf.woff);
}

body {
  background-image: url(/assets/background.gif);
  background-blend-mode: overlay;
  background-size: 30%;
  background-color: #CDCDA9;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  
}
div {
  background-color: #CDCDA9;
  margin-left: 10%;
  margin-right: 10%;
}
h1 {
  font-family: webffbold;  
  text-align: center;
  align-items: center;
  color: #6F3845
}
h2 {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  display: inline;
  color: #6F3845
}
h3 {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  display: inline;
  color: #6F3845
}
h4 {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  display: inline;
  color: #6F3845
}
h5 {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  display: inline;
  color: #6F3845
}
h6 {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  display: inline;
  color: #6F3845
}
pre {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  color: #6F3845
}
p {
  margin: 3%;
  font-family: webffbold;
  text-align: center;
  align-items: center;
  color: #6F3845
}
code {
  background-color: slategray;
  color: aliceblue;
}
a:link {
  background-color: rgb(17, 23, 13);
  color: rgb(94, 198, 108);
}
a:visited {
  background-color: rgb(17, 23, 13);
  color: rgb(223, 236, 70);
}
a:hover {
background-color: rgb(17, 23, 13);
  color: rgb(66, 144, 77);
}

.row {
  display: flex;
}
.column {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  flex: 33%;
  vertical-align: middle;
}