body {
    margin: 0;
    background-color:rgb(224, 200, 155);
}

p.blog {
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  float:right;
}
h1 {
    font-family: "schwarzkopf-new", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 42px;
}

h1.notes {
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
}

h2 {
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;

}

div.about {
    max-width: 945px;
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}
div.noteLinks {
  max-width: 480px;
  position:left;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

/* Links */

a {
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
}

a:link {
    color:rgb(95, 4, 4);
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
}

a:visited {
    color:rgb(95, 4, 4);
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
}

a:focus {
    color:rgb(95, 4, 4);
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
}

a:hover {
    color:rgb(255, 0, 76);
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
}

a:active {
    color:rgb(255, 0, 76);
    text-align: left;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-decoration: none;
}

a.license {
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

a.license:link {
  color:rgb(95, 4, 4);
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

a.license:visited {
  color:rgb(95, 4, 4);
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

a.license:focus {
  color:rgb(95, 4, 4);
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

a.license:hover {
  color:rgb(255, 0, 76);
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

a.license:active {
  color:rgb(255, 0, 76);
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-decoration: none;
}

a.menu {
  color:white;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
}

a.menu:link {
  color:white;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
}

a.menu:visited {
  color:white;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
}

a.menu:focus {
  color:white;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
}

a.menu:hover {
  color:white;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
}

a.menu:active {
  color:white;
  text-align: left;
  font-family: "broadsheet", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-decoration: none;
}


/* Dropdown */

ul {
    list-style-type: none;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000000;
    max-width: 967px;
    font-family: "broadsheet", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
  }
  
  li {
    display: inline-block;
  }
  
  li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover, .dropdown:hover .dropbtn {
    background-color: black;
  }
  
  li.dropdown {
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  div.comics {
    max-width: 960px;
  }

  div.license {
    max-width: 420px;
    text-align: center;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    bottom:0;
  }

  img.blog {
    float:left;
  }
  div.blog {
    text-align: left;
    max-width: 960px;
    font-family: "broadsheet", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
  }

  div.content {
    max-width:960px;
  }