html{
text-align:center;
margin:0 auto;
background-color: green;
background-image: url("");
width: auto;
cursor: url(""),default;
}

body{
text-align:center;
margin:0 auto;
background-color: #ffffff;
border-style: none;
border-color: none;
width: 100%;
cursor:default;
font-family:Comic Sans MS;
}

@media only screen and (max-width: 900px) {
body{
width: 100%;
border-style: none;
border-color: none;
}
}

#contenedor{
margin: 0 auto;
text-align:left;
width:95%;
}

button {
  background-color: green;
  border: none;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 100%;
  font-family:arial;
  margin: none;
  cursor: pointer;
  border-radius: 8px;
  transition-duration: 0.5s;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  
}

button:hover {
  background-color: white;
  color: black;
}

button:active {
  background-color: black;
  color: #FFFFFF;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
  background-color: green;
  position: sticky;
}

.myVideo {
height: auto;
width: 100%;
}

marquee {
 border-style: outset;
 border-color: green;
}

.iconodevideo {
height: 50px;
width: 50px;
}

p {
font-size:150%;
}

.pie {
font-size:45%;
}

a:hover {
transition-duration: 0.5s;
color:green;
}