#max{
    
    position: relative;
    width: 1500px ;
    height: 844px ;
    background-color: black;
    margin: 0 auto;
    
}

body {
    
    background-color: black;
}


a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
