* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  /* border: 1px solid red; */
}
p,
h4,
h5 {
  word-spacing: 1px;
  letter-spacing: 1;
}

body {
  background-image: url(../images/wall_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

nav {
  background-image: url(../images/wall_4.jpg);
}

.container {
  margin: 0 auto;
}

video {
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 30vh;
}

.command p {
  display: flex;
  width: 10%;
}

.sec-content h4 {
  color: #fc9821;
  font-weight: bold;
}
.sec-content p {
  color: white;
  font-family: "Times New Roman", Times, serif;
}
.third-content h4 {
  color: #fc9821;
  font-weight: bold;
}
.third-content p {
  color: white;
  font-family: "Times New Roman", Times, serif;
}
.forth-content h4 {
  color: #fc9821;
  font-weight: bold;
}
.forth-content p {
  color: white;
  font-family: "Times New Roman", Times, serif;
}
.fivth-content h4 {
  color: #fc9821;
  font-weight: bold;
}
.fivth-content p {
  color: white;
  font-family: "Times New Roman", Times, serif;
}
.sixth-content h4 {
  color: #fc9821;
  font-weight: bold;
}
.sixth-content p {
  color: white;
  font-family: "Times New Roman", Times, serif;
}

.seventh-content h4 {
  color: #fc9821;
  font-weight: bold;
}

.eight-content h4 {
  color: #fc9821;
  font-weight: bold;
}
.eight-content h3 {
  color: #fc9821;
  font-weight: bold;
}
.eight-content p {
  color: white;
  font-family: "Times New Roman", Times, serif;
}
