@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #1b69b6;
}

table,
th,
td {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
}
table td,
table th,
th td,
th th,
td td,
td th {
  padding: 16px;
  text-align: left;
}
table th,
th th,
td th {
  background-color: #fafafa;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  font-weight: 400;
}

header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 15px;
  box-shadow: 0 0 6px #00000026;
  background-color: #fff;
}

.logo {
  width: 150px;
}

.logo img {
  display: block;
  max-width: 100%;
}

.sign-in-btn {
  display: block;
  padding: 7px 15px;
  background: rgba(0, 183, 182, 0.7);
  color: #fff;
  border-radius: 4px;
}

.sign-in-btn:hover {
  text-decoration: none;
  background: rgba(0, 183, 182, 0.9);
}

.root-wrapper {
  width: 100%;
  background-color: #f7f7f7;
  padding: 24px 16px;
  position: relative;
}

.paper {
  background-color: #fff;
  color: #000000cc;
  width: 90%;
  padding: 24px 32px;
  margin: 0 auto;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.main-header {
  font-size: 30px;
  font-weight: 400;
}

.intro {
  display: flex;
  justify-content: space-between;
}

.intro-description {
  width: 60%;
}
.intro-description > p {
  font-size: 14px;
  font-weight: 400;
}

.navigation {
  width: 25%;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  height: fit-content;
}
.navigation > div {
  padding: 8px 12px;
}
.navigation > div:first-of-type {
  background-color: #fafafa;
}
.navigation > div:not(:last-of-type) {
  border-bottom: 1px solid #dfdfdf;
}

.section-wrapper {
  margin-top: 16px;
  width: 100%;
}
.section-wrapper p.section-description {
  width: 70%;
  font-size: 14px;
  margin-bottom: 16px;
}
.section-wrapper table {
  width: 70%;
}

.section-header {
  font-size: 22px;
  font-weight: 400;
}

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