/* CSS files add styling rules to your content */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
body {
  font-family:'Montserrat', sans-serif;
  margin: 2em;
}
#logo{
	width: 165px;
}
h1 {
      font-style: normal;
    color: #555;
    font-weight: 400;
    font-size: 25px;
    margin-top: 5px;
	margin-bottom: 40px;
}

video {
  width: 100%;
  height: 380px;
  border: 1px solid #d8d8d8;
  background-color: #212121;
}

button {
  margin: 1em;
  padding: 0.5em;
}
button[disabled], html input[disabled] {
    cursor: not-allowed;
    background-color: #888;
}
a#download {
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
}
.btn-cap{
	background-color: #00a2e5;
    border: 1px;
    color: #fff;
    font-weight: 400;
	margin-left: 0px;
}
.btn-rec{
	background-color: #00a550;
    border: 1px;
    color: #fff;
    font-weight: 400;
}
.btn-stp{
	background-color: #f5821f;
    border: 1px;
    color: #fff;
    font-weight: 400;
}
label{
	font-weight: 500;
}
