/* style.css 12 */
a {
	color: #FC365A;
}

/* style.css 17 */
a:focus,
a:hover {
	color: #FC365A;
}

/* style.css 430 */
html,
body {
	background-color: white;
}

/* style.css 484 */
::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}







