/* forma facil de definar parametro es usando los elementos de forma general pero este se aplica a todos por igual por ellos se suele usar 
definicion por classes para mopdificar elementros especificos y mantener algunos en defualt o modificar otros baja parametros mas especificos*/
img{
    border-radius: 1px;
    color: aqua;
    height: 300px;
    width: 500px;
}


h1{
    color: aliceblue;
    font-size: 80px;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
h2{
    color: antiquewhite;
    
}
a:hover{
    background-color: aqua;
    transition: background-color 0.3s ease;
}
p,label{
    color: whitesmoke;
    font-size: 20px;
}

a{
    color: aliceblue;
}
li{
    color: aliceblue;
}
ul{
    color: aliceblue;
}
tbody{
    color: aliceblue;
}
table,tr,th,td{
    color: aliceblue;
    border: 1px solid cornsilk;
}

.logo{
    height: 50px;
    width: 50px;
    border: 5px solid beige;
    transition: all 0.3s ease;
    display: grid;
    text-align: left;
}
.container{
    background-image: url(https://static.vecteezy.com/system/resources/thumbnails/044/902/283/large/abstract-digital-or-technology-background-with-numbers-binary-data-and-streaming-code-the-matrix-style-binary-code-futuristic-information-technology-computer-artificial-intelligence-video.jpg);
    display: -moz-marker;
    justify-content: space-between;
    align-items: center;
}
