body {
    background: #fffffffb;
}

.container {
    background-color: #d1cdccaf;
    align-items: center;
    border-radius: 10px;
    font-style: normal;
    font-size: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(8, 8, 8);
    height: 150px;
    position: fixed;
    margin-left: 2%;
    width: 95%;
    z-index: 1000;
    top: 0;
    box-shadow: 0px 4px 3px rgba(0, 0, 0, .5);
}

#buttom {
    background-color: #d1cdcc9c;
    border-color: rgb(31, 39, 36);
    size: 40px;
    font-size: 30px;
    color: rgb(31, 39, 36);
    margin-left: 67%;
    margin-top: 5%;
}

#encabezado {
    background-color: rgb(95, 229, 247);
    text-align: center;
    font-size: 60px;
    font-family: fantasy;
    color: rgb(12, 13, 14);
    height: 250px;
    width: 95%;
    margin-left: 2%;
    border-radius: 40px;
    padding-top: 10px;
}

.contenido {
    background-color: #667374fb;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: rgb(165, 202, 235);
    font-size: 25px;
    width: 90%;
    margin-left: 5%;
    margin-top: 10%;
}

#img1 {
    width: 450px;
    height: 250px;
    margin-left: 5%;
}

#img2 {
    width: 450px;
    height: 250px;
    margin-left: 2%;
}

#img3 {
    width: 550px;
    height: 250px;
    margin-left: 1%;
}

#img4 {
    width: 350px;
    height: 175px;
    margin-left: 1%;
}

#img5 {
    width: 150px;
    height: 85px;
    margin-top: 3%;
    margin-left: 2%;
}

#l0 {
    height: 2px;
    width: 50%;
    color: ivory;
}

#l1 {
    height: 2px;
    width: 50%;
    color: rgb(14, 13, 13);
    align-items: center;
}

#l2 {
    height: 2px;
    width: 50%;
    color: rgb(14, 13, 13);
    align-items: center;
}

#l3 {
    height: 2px;
    width: 50%;
    color: rgb(14, 13, 13);
    align-items: center;
}

#l4 {
    height: 2px;
    width: 50%;
    color: ivory;
    align-items: center;
}

li {
    text-align: center;
    margin-left: 10%;
}

#qs {
    background-color: #d1cdcc;
    color: black;
    text-align: center;
    width: 95%;
    margin-left: 2.5%;
}

#Mis {
    background-color: #3632329c;
    text-align: center;
    width: 96%;
    margin-left: 2%;
    position: relative;
}

#vis {
    background-color: #d1cdcc;
    color: black;
    text-align: center;
    width: 45%;
    margin-left: 2%;
    float: left;
    padding-top: 10px;
    margin-top: 2%;
}

#val {
    background-color: #3632329c;
    text-align: center;
    width: 45%;
    margin-left: 53%;
    position: relative;
    height: 545px;
}

h1 {
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    text-align: center;
}

h2 {
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(31, 143, 177);
    text-align: center;
}

h3 {
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: black;
    text-align: center;
}

h4 {
    font-size: 30px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(31, 143, 177);
    text-align: center;
}

#Pie {
    background-color: rgba(82, 100, 102, 0.644);
    text-align: center;
}