* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
:root{
    --colortextos: #777;
    --colorbotones: #888;
    --marginElementos: 10px;
}

.under{
    background-color: rgb(238, 255, 0);
}

h1 {
    color: #888;
    font-size: 3rem;
    margin-left: 50px;
}

header {
    background-color: rgb(255, 251, 0);
    display: flex;
  
    position: fixed;
    width: 100%;
}

nav {
    display: flex;
   /* background-color: brown;*/
    width: 90%;
    max-width: 1200px;
    justify-content: space-between;
}
.logo {
    width: 50%;
    height: 100px;
    margin-top: 15px;
} 
.imgLogo{
    width: 200px;
    height: 80px;
    margin: 5px;
}

.imgNav {
    width:100px;height:100px;border-radius: 50%;
    box-shadow: 2px 6px 50px red;}

.imgNav:hover {-webkit-transform: rotateY(360deg);
    transition: 2s ease-in-out;
    box-shadow: 2px 6px 50px rgb(15, 236, 92);
      }

nav div {
    display: flex;}

.enlaces{
    /*background-color: black;*/
    width: 60%;
    display: flex;
    margin: 15px;}

.imgInt{
    display: block;
    margin-left: 20px;}

   #creacion1 {
   
    width: 350px;
    height: 350px;
    background: orange;
    top: 250px;
    left: 600px;
}

#imagen1 {
    
    top: 350px;
    left: 400px;
}

#primer-lorem {
    
    top: 50px;
    left: 100px;
}

#cuadro-negro1 {
    width: 710px;
    height: 435px;
    background: black;
    margin-left: 190px;
}

hr{
    border: 10px solid green;
    border-radius: 5px;}


/*
.imgNav:hover{
     height: 110px;
}
.lab {
    visibility:hidden
}
*/