body{
    font: 17px sans-serif;
    color: darkslateblue;
    border: 1px dashed darkslateblue;
    margin: 15px;
    padding: 15px;
    text-align: left;
}

/* Style the header links */
.header a {
  color: red;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header-logo {
    float: left;
}

.header-right {
    float: right;
}
