@font-face {
  font-family: 'Roboto';	
  font-style: normal;	
  font-weight: 400;	
  src: url('Roboto-Regular.ttf') format('truetype');
}

body {
  display: block;
  justify-content: center;
  align-items: center;
  margin: 7.5em 2.5em 7.5em 2.5em;
  background-image: linear-gradient(to right, #07402f, #007642);
  font-family: 'Roboto', Sans-Serif;
}

a {
  background-color: transparent;
  text-decoration:none;
  color: #ffffff;
}

a:active, a:hover {
  outline: 0px;
}

p {
  color: #ffffff;
}

h1, h2, h3 {
  color: #ffffff;
  letter-spacing: 2px;
}

.videobox {
  width: 100%;
  max-width: 580px;
  height: auto;
  padding: 0px;
  margin: 0px auto 0px auto;
  text-align: center;
}

.videobox video {
  display: block; 
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0px 50px 75px rgba(0, 0, 0, 0.5);
}

.unsupported {
  color: #ffffff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.legend {
  background-color: #009665;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 9px 6px 9px 6px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.legend p {
  margin: 0px;
}

.legal {
  width: 100%;
  max-width: 580px;
  height: auto;
  padding: 18px 6px 9px 6px;
  margin: 0px auto 0px auto;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}

.legal p {
  margin: 0px;
}

.imprint {
  width: 100%;
  max-width: 580px;
  height: auto;
  padding: 0px;
  margin: 0px auto 0px auto;
  text-align: center;
}

.privacy {
  width: 100%;
  max-width: 580px;
  height: auto;
  padding: 0px;
  margin: 0px auto 0px auto;
  text-align: center;
}

.privacy a {
  font-weight: bold;
}