body {
  font-family: 'Roboto', sans-serif;
  background-color: #141618;
  color: white;
}
h1 {
  font-weight: 700;
}
h4 {
  font-weight: 700;
  text-align: center;
}
.container {
  background-color: #24272a;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px;
}
.textCenter {
  text-align: center;
}
.bolded {
  font-weight: 700;
}
.logo {
  width: 100%;
  max-width: 350px;
  padding: 5px;
  margin-bottom: 15px;
}
.fileLink {
  padding: 5px;
}