body { background-color:#2f1926; font-family: Courier New; margin:0px;}

h1 {margin-bottom:10px; font-size: 18pt; text-transform: uppercase;}

h2 {margin-bottom:10px; font-size: 18pt; text-transform: uppercase;}

p { font-size: 12pt; }

td { }

a:link { color:#ededed; }

a:visited { color:#ededed;  }

a:hover { color:#ededed;  }

a:active { color:#ededed;  }

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;
}

.item
{
padding: 20px;
width:564px;
max-width:100vw;
min-width:280px;
}

.item2
{
    padding-left:0;
    padding-right:0;
    padding-top:0;
    padding-bottom:20px;
    flex: 1 0 50%;
}

.item3
{
    padding:0;
    flex: 1 0 33%;
}

iframe {
  width: 100%;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}