@import url("fonts/Luciole-Regular.css");

body {
    font-size: 12pt;
    font-family: "Luciole", Georgia;
}

li {
    margin-bottom: 6pt;
}

.content {
    display: flex;
    flex-direction: column; /* stack children vertically */
    min-height: 100vh; /* ensure it never shrinks below the viewport */
    max-width: 1000px;
    margin: 100px auto;
    padding: 0 24px;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-text {
    flex: 1; /* This makes it take up all available space */
}

.site-footer {
    padding: 1rem;
}

.footer-content {
    text-align: right;
}
