@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    max-width: 80ch;
    text-align: justify;
    letter-spacing: normal;
    font-family: "Barlow Semi Condensed";
    padding: 1em;
    margin: auto;
}

.title, .subtitle {
    text-align: start;
}

img {
    width: 100%;
}

a {
  text-decoration: underline;
  color: black;
}


a.download {
    padding: 2px;
    border: 2px solid #000; /* Black border */
    text-decoration: none; /* Remove underline */
}

a.download:hover {
    background-color: #e0e0e0; /* Slightly darker background on hover */
}
