	/* Sticky footer styles
			-------------------------------------------------- */
	
	html {
	    position: relative;
	    min-height: 100%;
	}
	
	body {
	    /* Margin bottom by footer height */
	    -webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
	    background-size: cover;
	    background: rgb(159, 34, 65);
	    background: linear-gradient(90deg, rgba(159, 34, 65, 1) 55%, rgba(105, 28, 50, 1) 100%, rgba(0, 212, 255, 1) 100%);
	}
	
	.footer {
	    position: absolute;
	    bottom: 0%;
	    width: 100%;
	    /* Set the fixed height of the footer here */
	    height: 60px;
	    line-height: 60px;
	    /* Vertically center the text there */
	    /*background-color: #f5f5f5;*/
	}
	/* Custom page CSS
                -------------------------------------------------- */
	/* Not required for template or sticky footer method. */
	
	body>.container {
	    padding: 10px 10px 0;
	}
	
	.footer>.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	
	code {
	    font-size: 80%;
	}
	
	#entrar {
	    padding: 1% 7%;
	    text-transform: uppercase;
	    background-color: gold;
	    border: none;
	    color: black;
	    font-weight: 400;
	}
	
	.letra {
	    color: white;
	}
	
	#nota {
	    margin-top: 8px;
	    width: 80%;
	    border: aliceblue solid;
	    color: yellow;
	}