/*


 */

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 20px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

nav {
  margin-bottom: 10px;
}

.home {
  max-width: 720px;
  margin: 40px auto;
  text-align: center;
}

.home__logo {
  width: 140px;
  height: auto;
  margin-bottom: 12px;
}

.home__tagline {
  color: #444;
}

.button {
  display: inline-block;
  padding: 10px 16px;
  background: #0f4c81;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
