* {
  box-sizing: border-box;
}

img {
    width:100px;
}

body {
  margin: 0;
  font-family: 'Chivo Mono', monospace;
}

/* Style the header */
.header {
  padding: 20px;
  text-align: center;
  background-color:#1c1c1c;
  color:#F1F1F1;
}

/* Style the footer */
.footer {
  background-color:#5A5A5A;
  text-align: center;
  padding: 10px;
  color:#F1F1F1;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color:#1c1c1c;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color:#F1F1F1;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color:#F1F1F1;
  color: black;
}

/* Main Content area */
.column {
  float: left;
  width: 100%;
  padding: 15px;
  background-color:#5A5A5A;
  color:#F1F1F1;
}

.column2 {
  float: left;
  width: 25%;
  padding: 15px;
  background-color:#5A5A5A;
  color:#F1F1F1;
}
img {
    width:300px;
}