body {
    font-family: 'Inconsolata', monospace;
    font-size:18px;
	font-weight: bold;
    background-color: #f4f4f4;
    text-align: center;
    background: linear-gradient(#9cd1e9, #295887);
}

main{
	display: inline;
	justify-content: center;
}

.contenedor{
    max-width: 640px;
    margin: 16px auto;
    padding: 25px;
}

img{
    max-width: 90%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.contenedor a, .logicaEncriptador a{
	background: #30A6E6;
	color: #FFFFFF;
	display: block;
	padding: 28px 35px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
    margin: 25px auto;
    max-width: min-content;
}
.contenedor li:hover a{
	background: #000000;
}

.logicaEncriptador li:hover a{
	background: #000000;
}

li:hover ul {
	opacity: 1;
	top: 60px;
	visibility: visible;
}

footer{
	display: inline-flex;
	align-items: center;
}

footer img{
	max-width: 150px;
	margin: 8px 25px;
}

.aluraLogo:hover, .rulzLogo:hover{
	transform: scale(1.2) rotate(3deg)
}

/*Encriptador.html*/

header{
	display: flex;
	align-items: center;
	padding: 28px;
}

.encabezado{
	display: flex;
	align-items: center;
}

.encabezado img{
	height: 80px;
	margin: 15px;
}

.ingresartexto{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: auto;
}

.ingresotxt, .resultadoEncriptacion{
	font-size: 28px;
	padding: 15px;
}

.ingresotxt{
	width: 45%;
	height: 400px;
	margin: 15px;
}

.resultadoEncriptacion{
	width: 35%;
	height: 600px;
	padding: 5px 10px;
	margin: 15px;
}

.nav{
	width: 10%;
	height: 300px;
	padding: 10px 15px;
	align-content: center
}	
