@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/roboto.ttf) format('truetype');
}

/* layout */

.container-row {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
}

.container-navi {
  width: 15%;
  height: 100%;
  float: left;
}
.container-content {
  margin-left: 17%;
  height: 100%;
}

/* HTML default styles */

body,p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #282a36;
  color: #d9d9d9;
}

h1, h2, h3 {
  font-weight: bold;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

a, a:visited {
  color: yellow;
}
