/* CSS variables */

:root {
  --color-link: #10137e;
  --font-family: "Hammersmith One", sans-serif;
}

/* site styles */

nav{
  margin-bottom: 0;
}

#tube-map{
  width:100%;
  height:500px;
}
