html {
    font-family: 'Josefin Sans', sans-serif;
}
html {
	background-color: #1E1D1D;
}
body {
  display: block;
  justify-content: center;
  align-items: center;
  background: #1E1D1D;
  width: 1000px;
  margin: 0 auto;
  background-color: #D4BF92;
  padding: 20px 20px 20px 20px;
  border-radius: 200px;
  border: 10px solid black;
}
img {
  display: block;
  margin: 0 auto;
}
a { 
    color:black;
    text-decoration:none;
}
a:hover, a:focus {
    text-decoration:underline;
}
h1 {
  color: black;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}
h2 {
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}
h4 {
  color: black;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}
h6 {
  color: black;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  letter-spacing: 0px;
}
li {
  color: black;
  font-size: 30px;
  text-align: center;
  line-height: 0.5;
  letter-spacing: 0px;
  }
p {
  color: black;
  font-size: 20px;
  text-align: center;
  line-height: 0;
  letter-spacing: 0px;
}
td {
  color: black;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}
th {
  color: black;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0px;
}


.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 1px;
}