/*Lachlan Kelly*/
/*Version 1.0*/

* {
  box-sizing: border-box;
}
h1 {
  font-size: 65px;
}
h2 {font-size:40px;
}

p {
  font-size: 30px;
}
body {
  margin: 0;
}

/* Style the header */
.header {
  background-color: #DCDCDC;
  padding: 25px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #B0C4DE;
}

/* Style the topnav links */
.topnav a {
  float: right;
  display: inline;
  color: #00008B;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #FFF8DC;
  color: DarkBlue;
}


  }
}