.noselect,div,html,body {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body, html, #wrapper {
	background:#FF0000;
    margin: 0;
    padding: 0;
	width:100%;
	height:100%;
}
#wrapper {
    display: table;
	
}	

#main {
    display: table-cell;
    vertical-align: middle;
    text-align:center
}

.palavra_frente {
	background:#990000;
}
.colorize-pink {
  filter: brightness(0.5) sepia(1) hue-rotate(-70deg) saturate(5);
}

.icon {
    background-color: blue;
    -webkit-mask-image: url("./imagens/circulo.svg");
    mask-image: url("./imagens/circulo.svg");
}