a {
  color: #ff4081;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

html {
  font-family: 'Roboto', sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  font-size: 13px;
  line-height: 20px;
}
