@font-face {
    font-family: 'SixtyfourConvergence';
    src: url('fonts/SixtyfourConvergence-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AltMono-Light';
    src: url('fonts/AltMono-Light.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #010409;
    color: #f0f6fc;
    text-align: center;
    font-family: 'Poppins', 'Sans serif', 'Roboto Slab', serif;
    font-size: large;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

/* Media query for large screens - vertically center content */
@media (min-width: 768px) and (min-height: 600px) {
    body {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .main-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 5vw;
        margin-left: 5vw;
    }

    footer {
        margin-top: auto;
        margin-bottom: 24px;
    }
}

.main-body {
    margin-right: 5vw;
    margin-left: 5vw;
}

.sixtyFont {
    font-family: SixtyfourConvergence;
    font-size: clamp(4px, 5vw, 48px);
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: max-content;
}

h4 {
    font-family: 'AltMono-Light';
}

.quick-links {
    font-size: large;
    text-align: center;
    color: #8b949e;
}

.quick-links a {
    color: #58a6ff;
    text-decoration: none;
    transition: color 0.2s ease;
}

a {
    color: #58a6ff;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #79c0ff;
    text-decoration: underline;
}

.quick-links a:hover {
    color: #79c0ff;
    text-decoration: underline;
}

p {
    text-align: left;
    max-width: 226mm;
    margin: 0 auto;
}

ul {
    text-align: left;
    max-width: 226mm;
    margin: 0 auto;
    padding-left: 20px;
}

li {
    margin-bottom: 16px;
}

img {
    width: 30vw;
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 2vw;
    padding-bottom: 8px;
    max-width: 55mm;
    min-width: 45mm;
    max-height: 16mm;
}

footer {
    margin-top: 16px;
    margin-bottom: 24px;
}

.footerSmallerFont {
    font-size: small;
}

.currently-in-sf {
    font-weight: bold;
}

.about-me {
    align-items: left;
}