html{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;

}

.lista1{
    position:static;
    top:10px;
    width:100vW;
    min-height:20px;
    margin-top:2vw;
}
    
.lista1 ul{
    text-align: center;
    border: double;
    background-color: gray;
    width: 600px;
    border-radius: 20px;
    margin:auto;
}
  
.lista1 ul li{
    display:inline;
    padding-left:15px;
    padding-right: 15px;
    min-height:20px;
}

.lista1 ul li a{
    text-decoration:none;
    color:white;
    font-size: 20px;
}

.lateral{
    float: left;
    display: flex;
    border-top-left-radius: 12px;
    border-bottom-right-radius:12px;
    position: fixed;
    font-size: 20px;
    height: 240px;
    background-color: green;
    width: 185px;
    margin-top: 5vh;
    margin-left: 1vw;
    border:4px double;
}

.lateral ul{
    list-style: none;
}

.lateral ul li{
    margin-top: 10px;
}

.lateral ul li a{
    text-decoration: none;
    color: red;
    padding-left: 0px;
}

h1{ 
    text-align: center;
    font-size: 60px;
}

body
{
    display: inline-block;
    background-image: url(s2.jpg);
    background-color: black;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    backdrop-filter: brightness(10%);
    position: absolute;
    color: white;
    margin: auto;
    width: auto;
    height: auto;
}

.contenido{
    float: right;
    border: 1px solid #4e4d4d;
    margin-right: 5%;
    width: 77vw;
    margin-top: 3vh;
    margin-left: 3vw;
    text-align: justify;
    border-radius: 20px;
    padding:2%;
    background-color:rgba(36, 36, 36, 0.4);
    box-shadow: inset 0 0 10px #000;

}
/*
.contenido{
    float: right;
    background: #333333;
    width: 77vw;
    margin-top: 3vh;
    margin-left: 3vw;
    border: 1px solid #4e4d4d;
    border-radius: 20px;
    box-shadow: inset 0 0 10px #000;
    margin: 100px auto;
    text-align: justify;
    padding: 2%;
}
*/
.contenido h2{
    text-align: center;
    font-size: 30px;
}

.contenido p{
    padding: 5px;
    font-size: 18px;
}
a:hover {
    color:white;
    background-color:black;
    text-decoration: none;
}
a{
    color: red;
    text-decoration: none;
}