
body {
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: visible; /* Hide vertical scrollbar */

  background-image: url('video/background.gif');
  background-size: cover;
}

img {
  display: block;
  margin: auto;
  width: 50%;
}


.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;
}

 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;
 }  
 