		h2 {
		  text-align: center;
		   padding: 2px;
		}
		
		h3 {
		  text-align: center;
		  padding: 2px;
		}
		
		h4 {
		  text-align: center;
		   padding: 2px;
		}

		h5 {
		  text-align: center;
		   padding: 2px;
		}

		input[type=submit]{
			background-color: #E40613;
			color: white;
			border: none;
			cursor: pointer;
		}

		a{
			color: black;
			text-decoration: none;
			text-align: center;
			display: block;

		}

		a:hover{
			text-decoration: underline;
		}

		input{
			text-align: center;
		}

		img{
			padding-top: 25px;
		}

		.conteudo {
			width: 100vw;
			height: 100vh;
			background: #E40613;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}

		.caixa {
			width: 85%;
			height: auto;
			background: #fff;
		}