* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

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

/* Style the content */
.content {
  background-color: #F7F7F7;
  padding: 10px;
}

/* Style the footer */
.footer {
  background-color: #E5E0CF;
  padding: 10px;
}
/* Style Images to keep size*/
.img {
  width: 100%;
}