/* FONTES */

*{
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

/* CORES 
color: #0B0C10;
color: #1F2833;
color: #C5C6C7;
color: #66FCF1;
color: #45A29E;
*/

a{
	color: initial;
	text-decoration: none;
	border: none;
	outline: none;
}

button:focus{
	box-shadow: none!important;
}