body {
			    margin: 0;
			    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
			    font-size: 1rem;
			    font-weight: 400;
			    line-height: 1.5;
			    color: #212529;
			    text-align: left;
			    background-color: #fff;
			}

			.it-works {
				width: 10rem;
			}

			.apache {
				width: 20rem;
			}

	    	.center {
	    	    position: absolute;
	    	    top: 50%;
	    	    left: 50%;
	    	    transform: translate(-50%, -50%);  
	    	}

	    	.container {
			    width: 100%;
			    padding-right: 15px;
			    padding-left: 15px;
			    margin-right: auto;
			    margin-left: auto;
			}

			/* Responsividade */
        	/*@media (max-width: 576px) {

        	}*/