@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.root {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.footer {
  border-top: 1px solid rgb(236, 239, 241);
}

table {
  width: 100%;
}

table th {
  text-align: left;
}

a {
  color: #007bff;
  text-decoration: none;
}

* {
  font-family: "Open Sans", sans-serif;
}
