@font-face {
  font-family: 'Castal Street';
  src: url(./assets/fonts/Castal\ Street.ttf);
}

@font-face {
  font-family: 'Castal Street';
  src: url(./assets/fonts/Castal\ Street\ Bold.ttf);
  font-weight: bold;
}

body {
  font-family: 'Times New Roman', serif;
}

h1 {
  font-family: 'Castal Street';
  padding: 5px 0;
  font-weight: bold;
  font-size: 2em;
}

#container {
  width: 80%;
  margin: auto;
}

.header img {
  max-width: 100%;
}

.content {
  display: flex;
  flex-direction: row;
}

.sidebar {
  background-color: #eee;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.navigation {
  display: flex;
  flex-direction: column;
}

.main {
  display: block;
  padding: 10px;
}

.date {
  font-weight: bold;
}
