/*
  Walled Garden Record Collective 2026
  ethicscommittee.wiki
*/


body,
html {
  height: 100%;
  font-family: 'Times New Roman', Times, serif;
  font-size: x-large;
  background-color: black;
}

#image {
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.6);
  position: relative;
  display: flex;
  margin: auto;
  margin-top: 5%;
  max-width: 100%;
  height: auto;
  /*border: 5px inset #000;*/
}

#video {
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.6);
  position: relative;
  display: flex;
  margin: auto;
  margin-top: 5%;
  /*border: 5px groove #000; */
}

