
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 12px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.content1 {
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 300px;
  padding: 10px;
  margin: 30px;
}

.content2 {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #f1f1f1;
  width: 300px;
  padding: 20px;
  margin: 40px;
}

.content3 {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #f1f1f1;
  margin: 100px;
}

.content4 {
  position: fixed;
  top: 0;
  right: 0;
  color: #f1f1f1;
  margin: 400px;
}

#p_1 {
  font-family: "Lucida Console", "Courier New", monospace;
  font-size: 48px;
  font-weight: bold;
}

#p_2 {
  font-family: "Courier New", monospace;
}

#p_heading {
  font-family: "Audiowide", sans-serif;
  font-size: 116px;
  font-face: bold;
}

#myBtn {
  width: 40px;
  font-size: 10px;
  padding: 5px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.fa {
  padding: 5px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  color: white;
}

.fa:hover {
  color: grey;
}
