@charset "utf-8";
/* CSS Document */

.site-title {
	text-align: center;
	font-family: "Arial";
}

.welcome {
	text-align: center;
	font-family: "Arial";
}

.wrench-container {
	margin: auto;
}

.wrench{
	margin: auto;
	text-align: center;
	display: block;
}

p {
	text-align: center;
	font-family: "Arial";
	font-size: 22px;
}

body {
	background-color: lightblue;
}
