﻿html {
  height: 100%;
  overflow: auto; /* Hides scrollbar in IE */
}
 
body {
  height: 100%;
  margin: 0;
  padding: 0;
  color:white;
}
 
#flashcontent {
  height: 100%;
}

#container {
  margin-left: auto;
  margin-right: auto;
  align-content: center;
  height: 100%;
}

#ruffle_fullscreen_button {
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
}

ruffle-player {
  width: 100%;
  height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#adsbox {
  display: none;
}