@font-face { font-family: "New Century Schoolbook LT Std"; src: url('e898d80b080ddf594c6fbbca2084323d.ttf'); }
@font-face { font-family: "New Century Schoolbook LT Std Bold"; src: url('3846584718a6e4b936d247b0824c48e5.ttf'); }

body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div#content {
    margin: 10% auto 0 10%;
    font-family: 'New Century Schoolbook LT Std';
    color: #000000;
    display: flex;
    flex-direction: column;
    max-width: 800px;
}

a {
    text-decoration: underline;
    color: #000000;
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
    body {
        background-color:  #020617;
    }
    
    div#content {
        color: #ffffff;
    }
    
    a {
        color: #ffffff;
    }
    
    div#footer {
        color: #ffffff;
    }
}

/* Styles for mobile devices */
@media only screen and (max-width: 767px) {
    div#content {
        margin: 5% 5%;
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }
}

div#footer {
    margin-top: 50px;
    font-size: 14px;
    font-style: italic;
}

p {
    font-family: "New Century Schoolbook LT Std";
    line-height: 1.6;
}

#a {
    font-family: "New Century Schoolbook LT Std";
}

#b {
    font-family: "New Century Schoolbook LT Std Bold";
}

.intro, .experience {
    margin-bottom: 1em;
}

.experience {
    margin-top: 1em;
}

h3 {
    margin-top: 1.5em;
}

ul {
    padding-left: 20px;
}
