body {
	color: black;
}

a {
    color: inherit;
    text-decoration: inherit;
}

a:hover {
	color: inherit;
}

textarea {
	min-height: 100px;
}

.title {
	margin: 10px;
}

.btn {
	margin-top: 5px;
}