body{
    all: initial;
    height: 950px;
    display: flex;
}

div.contenido{
    background-color: steelblue;
    width: 100%;
    height: 100%;
}

nav.menu{
    width: 200px;
    height: 100%;
    
}
nav.menu a{
    background-color: #eee;
    color: black;
    display: block;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}
nav.menu a:hover{
    background-color: #ccc;
}

nav.menu a.active{
    background-color: #04AA6D;
    color: white;
}

nav.menu ul li {
    list-style: none;
    padding: 0%;
}

ul {
    padding: 0px;
}

label.texto{
    color: white;
}

div.contenido{
    color: white;
}

label.resultado{
    color: white;
}