* {
  font-family: 'Century Gothic', sans-serif;
}


ul {
  list-style-type: none; 
}

p {
  width: 400px;
}

img{
  width: 400px;
}

video{
  margin-top: 50px;
  margin-bottom: 50px;
}

img {
  display: inline;
  padding: 0; 
  margin-top: 60px;
  margin-left: 40px;
  margin-bottom: 80px;
  border: 2px solid #bbb;
  width: 300px;
  height: 300px;
  position: center;
}


.header {
  text-transform: uppercase;
  color: hsla(219, 100%, 100%, 0.85);
  letter-spacing: 2px;
  line-height: 200px;
  text-align: right;
  padding-right: 40px;
  background-image: url("https://cdn.pixabay.com/photo/2015/01/31/05/05/background-618226_1280.png");
  background-size: cover;
  height: 200px;
}

.container {
  color: rgba(255,104,81,0.8);
  text-align: center;
}


.nav {
  max-width: 1000px;
  min-width: 400px;
  margin: 0;
  padding: 0;
  color: rgba(255,104,81,0.8);
}


.nav a {
  text-decoration: none;
  color: rgba(255,104,81,0.8);
}

.nav li {
  display: inline;
  border-right: 1px solid #bbb;
  margin: 20px;
  padding: 20px;
}

#footer {
  font-size: 0.75rem;
  display: block;
  text-align: center; 
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

