/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

/* header menu style */

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.header-menu-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex: 1;
  background-color: black;
  justify-content: center;
  height: 50px;
}
.header-menu-li {
  color: white;
  text-align: center;
  padding-inline: 10px;
  margin-inline: 10px;
  text-decoration: none;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 50px;
}

.active {
  color:black;
  text-align: center;
  background-color: white;
}

.label {
  text-decoration: 'bold';
  color: 'red';
}

.video-container {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
}

.video {
 display: flex;
 flex-direction: column;
  justify-content: center;
  align-items: center;
}
