body {
    background-color:#222;
    font-family:Arial;

}

h2 {
    margin:0;
}

.video-js .vjs-tech {
-webkit-perspective: 1000;
}

.container {
    width:800px;
    min-height:400px;
    padding:20px;
    background-color:#666;
    margin:0 auto;

.header {
    width:760px;
    height:40px;
    background-color:#888;
    padding:20px;
    color:white;
    text-align:center;

    font-size:40px;
}

.content {
    width:760px;
    min-height:300px;
    background-color:#888;
    margin:20px 0 0 0;
    padding:20px;
    color:white;
    
}

/* Default style for links inside .content */
.content a {
  color: white; /* Set link text color to white */
  text-decoration: none; /* Remove underline by default */
}

/* Style for visited links inside .content */
.content a:visited {
  color: white; /* Keep link text color white for visited links */
}

/* Style for links on hover inside .content */
.content a:hover {
  text-decoration: underline; /* Add underline on hover */
}

