﻿html {
  font-family: Roboto, system-ui, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}

main {
  margin-bottom: 100px;
}

p, ul, ol {
  font-size: 15px;
}

b {
  font-weight: 500;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

a {
  color: black;
  text-decoration: none;
}

tr:hover {
  background: #f9fafb;
}

th {
  text-align: start;
  padding: 6px;
}

td {
  padding: 6px;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
  outline: none;
}