body { background-color:black; font-family: Courier New, Courier; margin:0px;}

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

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

p { font-size: 12pt; }

td { }

ul { margin-left: 0; margin:0; padding-left:15px; padding-top:0; padding-bottom:0;}
li { margin-left: 0; }

a:link { color:#95abb9; }

a:visited { color:#95abb9;  }

a:hover { color:#95abb9;  }

a:active { color:#95abb9;  }

.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; 
}

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

.item2
{
    padding:0;
    flex: 1 0 50%;

}

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;
}

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

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}