@font-face {
    font-family: 'roboto';
    src: url("Roboto.ttf");
}

.border {
	border: 1.5px solid black;
	border-radius: 7.5px;
}

.outline{
	-webkit-text-stroke-width: 0.01px;
	-webkit-text-stroke-color: white;
}

body {
	margin-top:0px;
}

h1 {
	font-family: roboto;
	font-style: normal;
	color: orange;
	font-size: 42px;
	margin: 0px;
}

h6, h4, h2, p, a {
	font-family: roboto;
	font-style: normal;
	color: white;
}

button {
  border-radius: 2px;
  margin-left: 20px
}

th, td {
  font-family: roboto;
  font-style: normal;
  color: white;
  background-color: rgba(0,0,0,0.25);
  text-align: center;
  padding: 5px;
}

.background {
position: fixed;
left: 0;
right: 0;
z-index: -1;
display: block;
filter: brightness(0.3);
background-color: black;
/* background: url("./img/bg.png"); */
background-size: auto;
background-repeat: no-repeat;
min-width:100%;
min-height:100%;
animation: scroll 60s linear infinite;
}

@keyframes scroll {
  to { 
    background-position: +100% -100%; 
  }
}

.boxcontainer {
  display: table;
  margin-left: 10px;
  padding: 15px;
  border-radius: 5px;
}

.box {
  border:1px solid white;
  background-color: rgba(255, 0, 0, 0.60);
  padding:10px;
  border-radius: 5px;
  max-width: 1000px
}

.blueBox {
  border:1px solid white;
  background-color: rgba(0, 0, 255, 0.25);
  margin: 10px 10px;
  padding: 10px;
  border-radius: 5px;
  max-width: 1000px
}

.topCont {
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.linkBox {
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 5px;
  max-width: 350px;
  padding: 10px;
  background-color: rgba(40, 100, 180, 0.75);
}

.embed {
  min-height: 340px;
  min-width: 600px;
}

.demonlink {
  padding: 10px;
  background-color: rgba(255,0,255,0.5);
  color: white;
  border-color: white;
}

#darkMode {
  padding: 10px;
  background-color: rgba(255,0,0,0.5);
  color: white;
  border-color: white;
}

#hideEmbed {
  position: fixed;
  right: 60px;
  top: 20px;
  border-radius: 5px;
  padding: 10px;
  color: white;
  background-color: rgba(255,0,0,0.5);
  border-color: white;
}