body {
  background: #202039 !important;
  color: #dcdcf0 !important;
  height: 100%; }

input[type="submit"] {
  background-color: #39395c;
  color: #dcdcf0; }
  input[type="submit"]:hover {
    background-color: #6e7b9f; }

.panel {
  background-color: #202039; }

.upper-bar {
  background-color: #202039; }

.powered-by {
  max-width: 200px;
  padding-top: 10px; }

.video-link {
  background-color: #39395c;
  border-radius: 6px;
  color: #dcdcf0;
  font-size: 2em;
  padding: 10px;
  margin: auto;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
  word-wrap: break-word; }
  .video-link:hover {
    background-color: #6e7b9f;
    color: #dcdcf0;
    text-decoration: none; }

.video-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 50%; }
