html {
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

body {
  background-color: black;
  background-image: url('../gifs/bg_darkwithstars.gif');
	background-position: top;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0.5em auto;
  text-align: center;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.small {
    max-width: 40%;
    height: auto;
}

#container {
  margin: auto;
  background-color: #bdb6b5;
  width: 60%;
}