#background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

body {
  background: #696969;
  background-image: linear-gradient(to right top, rgba(105,105,105,1),rgba(0,0,0,1));
}

.GraphWrapper {
  width:300px;
  border:1px solid royalblue;
}

.BlueBar {
  height:30px;
  margin:10px 0px 10px 0px;
  background-color:#FFCCCC;
}

.RedBar {
  height:30px;
  margin:10px 0px 10px 0px;
  background-color:#CCCCFF;
}

.LimeGreenBar {
  height: 30px;
  margin: 10px 5px 10px 5px;
  background-color: royalblue;
}

@font-face {
  font-family: "Black Ops One";
  src: url("https://voting.dieweils.eu/font/BlackOpsOne.woff2") format("woff2");
  src: url("https://voting.dieweils.eu/font/BlackOpsOne.ttf") format("truetype");
}

a {
  color: royalblue;
  font-family: "Black Ops One";
  font-size: 4vw;
  text-decoration: none;
}

a:link {
  color: royalblue;
  font-family: "Black Ops One";
  font-size: 4vw;
  text-decoration: none;
}

a:visited {
  color: royalblue;
  font-family: "Black Ops One";
  font-size: 4vw;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  text-decoration: none;
}

.percentValue {
  color: royalblue;
  font-family: "Black Ops One";
  font-size: 4vw;
}

.summaryValue {
  color: royalblue;
  font-family: "Black Ops One";
  font-size: 6vw;
}

table {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid royalblue;
  text-align: center;
}

tr, th, td {
  font-size: 2vw;
  border-top: 2px solid royalblue;
  color: royalblue;
  text-align: center;
}

.header {
  top: 2em;
  text-align: center;
  width: 100%;
  color: royalblue;
  font-family: "Black Ops One";
  font-weight: bold;
  font-size: 6vw;
}

.subtext {
  top: 2em;
  text-align: center;
  width: 100%;
  color: royalblue;
  font-family: "Black Ops One";
  font-weight: bold;
  font-size: 3vw;

}

hr {
  border: 1px solid royalblue;
}

button {
  font-family: "Black Ops One";
  margin: 2px 2px;
  background-color: royalblue;
  font-size: 4vw;
  transition-duration: 0.4s;
  cursor: pointer;
  color: black;
}

button:hover {
  font-weight: bold;
  background-color: black;
  color: royalblue;
}

.votemessage {
  top: 2em;
  text-align: center;
  width: 100%;
  color: royalblue;
  font-family: "Black Ops One";
  font-weight: bold;
  font-size: 3vw;

}

.gbText {
  text-align: center;
  width: 100%;
  color: royalblue;
  font-family: "Black Ops One";
  font-weight: bold;
  font-size: 6vw;
}

label {
  top: 2em;
  text-align: center;
  width: 100%;
  color: royalblue;
  font-family: "Black Ops One";
  font-weight: bold;
  font-size: 2vw;
}

input {
  font-family: "Black Ops One";
  background-color: rgba(65,105,225,0.8);
  font-size: 2vw;
  color: black;
}

textarea {
  font-family: "Black Ops One";
  background-color: rgba(65,105,225,0.8);
  font-size: 2vw;
  width: 100%;
  color: black;
}

legend {
  font-family: "Black Ops One";
  font-size: 2vw;
  color: royalblue;
}
