@font-face {
  font-family: "Lucida Sans Typewriter";
  src: url("/lstypewriter.ttf") format("truetype");
}

body {
  background-color: white;
  color: black;
  font-family: "Lucida Sans Typewriter";
  word-break: normal;
}

details {
  user-select: none;
}

details>summary span.icon {
  width: 24px;
  height: 24px;
  transition: all 0.1s;
  margin-left: auto;
}

details[open] summary span.icon {
  transform: rotate(180deg);
}

summary {
  background-color: #eee;
  color: #444;
  padding: 9px;
  width: 99%;
  border: none;
  text-align: left;
  outline: none;
  display: flex;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.project-section {
    background-color: #eee;
    padding: 10px;
    width: 75%;
    margin: auto;
}

.links {
    margin: auto; 
    width: 140px; 
    padding: 9px; 
    border: 3px solid gray;
}