@font-face
{
  font-family: mainfont;
  src: url(Stereofidelic.otf);
}
html
{
  font-family: mainfont;
  text-align: center;
  color: rgb(69,67,72);
}
body
{
  background-image:url('bg.png');
}
h1
{
  font-size:60px;
}
p
{
  font-size:50px;
}
img
{
  width: 260px;
}
table
{
  border-collapse: collapse;
  margin: auto;
}
table td, th
{
  border: 1px solid black;
  padding: 40px;
  filter: drop-shadow(1px 1px 1px #000000);
}
tr {font-size: 60px;}

.bgyellow {background-color:rgb(218,191,161)}
.bggreen {background-color:rgb(137,163,145)}