html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: auto;
  overflow-y: auto;
  background-image: url('video/background.gif');
  background-size: cover;
  padding-top: 23px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}

marquee {
    display: inline-block;
  width: -webkit-fill-available;
}

#buttonscroll img {
  display: inline-block;
  margin: 5px 3px;
  width: auto;
  height: auto;
}

.sticker {
  display: inline-block;
  width: auto;
  height: auto;
}



.center-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); 
    z-index: 1;
    font-family: "Pixelated MS Sans Serif", Arial;
}

.center-content-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); 
    z-index: 1;
    font-family: "Pixelated MS Sans Serif", Arial;
}

.center-content-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8); */
    z-index: 1;
    font-family: "Pixelated MS Sans Serif", Arial;
}

.mySlides {display:none;}


 video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
 }

 .test {
    font-family: "Pixelated MS Sans Serif", Arial;
	font-style: normal;
	font-weight: 400;
	src: url(ms_sans_serif.woff) format("woff");
	src: url(ms_sans_serif.woff2) format("woff2");
	display: inline-block;
	padding: 4px 12px;
	line-height: 1;
 }
  

 button[role="tab"] {
	min-width: auto;
	width: auto;
	padding: 0;
 }  
 
.column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
 