.branch-item {
  background:#222;
  padding:30px 0;
  color:#eee;
  text-decoration: none;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
}
.branch-item:hover,
.branch-item:focus {
  background:#333;
  color:#fff;
  text-decoration: none;
}
a, a:hover, a:focus {
  text-decoration: none;
	color: #111;
	font-weight: 700;
}
.welcome {
  min-height: 100vh;
}
