body {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 60px;
  font-family: "Roboto", sans-serif;
}

header {
  text-align: center;
  margin-bottom: 20px;
}
header img {
  width: 15%;
}

h1 {
  font-size: 2em;
  font-weight: bold;
}

h3 {
  text-align: left;
  width: 100%;
  margin: 0;
}

button {
  background-color: #0D99FF;
  padding: 10px;
  border-radius: 8px;
  color: white;
  border: none;
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table thead {
  background-color: #11A0FF;
  color: white;
}
table th, table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #DBDBDB;
}
table tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}
table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */