* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;

	&:focus {
		outline: none;
	}
}

body {
	background-color: #f4eee6;
}

button {
	cursor: pointer;
}

button,
input,
select,
textarea {
	background-color: #ffffff;
}
