@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap");
#content {
  display: none; }

@media screen and (max-width: 600px) {
  #content {
    display: block; } }
body,
body a {
  font-family: 'Source Code Pro', monospace;
  color: black;
  background-color: #ffffff;
  letter-spacing: -0.5px;
  margin: 0;
  padding: 0; }

div, .year {
  text-align: left; }

div h3 {
  font-size: 20px;
  margin: 8px 0px; }
div h4 {
  font-size: 15px;
  margin: 8px 0px; }

.year {
  font-size: 15px;
  margin: 8px 0px; }

ul h4 {
  font-weight: 600; }

p {
  font-size: 7 px; }

.dropbtn {
  background-color: white;
  color: black;
  font-size: px;
  border: none;
  margin: 15 px;
  cursor: pointer; }

.dropbtn:hover, .dropbtn:focus {
  background-color: burlywood; }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: wheat; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

.dropdown-content a:hover {
  background-color: #ddd; }

.show {
  display: block; }

/*# sourceMappingURL=style.css.map */
