body, html {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}

a {
  color: blue;
}

body {
  display: flex;
  justify-content: center;
}

h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1 a {
  font-size: 14px;
  font-weight: normal;
}
h1 .email {
  color: white;
  background: black;
  padding: 5px;
  border-radius: 4px;
}
.container {
  max-width: 600px;
  width: 100%;
  padding: 15px;
}

ul ol {
  color: white;
  padding: 0;
}
ul li {
  list-style: none;
  line-height: 1.5;
}

table {
  font-weight: normal;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
}
table tr td:nth-child(2) {
  letter-spacing: 8px;
}

/*# sourceMappingURL=global.css.map */
