<link rel="stylesheet" href="video.css">


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif
  line-height: 1.6;
  background-color: #e5d1c4;
  padding: 20px;
}

header {
  margin-bottom: 20px;
}

header h1 {
  font-size: 1.5rem;
  margin-top: 10px;
  text-align: center;
  box-sizing: border-box;
}

/* Breadcrumb navigation */
.breadcrumbs {
  font-size: 0.9rem;
    margin-bottom: 20px;
}

.breadcrumbs a {
  color: #0066cc;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

main {
  max-width: 900px;
  margin: 0 auto;
  background-color: #f2e8e1;
  border: 1px solid #ccc;
  padding: 20px;
}

.video {
  margin-bottom: 20px;
}

.video iframe {
  display: block;
  width: 854px;
  height: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.video-details {
  margin-top: 20px;
}

.video-details h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.video-details p {
  margin-bottom: 10px;
}


a {
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}

footer {
  max-width: 900px;
  margin: 30px auto 0;
  padding-top: 15px;
  border-top: 1px solid #ccc;
  text-align: center;
  font-size: 1.0rem;
  color:black;
}
