html, body{
    margin: 0;
    padding: 0;
    background-color: #3d3b3c;
    width: 100%;
    height: 100%;    
}

.mypanel{
    text-align: center;
    padding: 10px;
    color: white;
}

.enlace {
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  background: none;
  color: #000088;
  font-family: arial, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.enlace:hover {
  text-decoration: none;
  color: #0000cc;
  cursor: pointer;
}

#list-puntate{
    display: flex;
    flex-direction: column;
}

#list-puntate ul li{
    color: white;
}

.lista-links{
    display: flex;
    flex-direction: column;
}

.lista-links a{
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    color: #706f70;
    text-decoration: none;
}

.lista-links a:hover{
    background-color: black;    
    color: white;
}
