html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'League Spartan', sans-serif;
    display: flex;
    flex-direction: column;
}

.bimg {
    height: 40px;
    margin: 0 2px;
}

footer {
    margin-top: auto; 
    text-align: center;
    padding: 20px;
}

.bottom-nav h3 {
    margin: 10px 0;
}

.bottom-nav a {
    text-decoration: none;
}

.firstname {
    font-size: 100px;
    margin-bottom: 10px;
}

.bio {
    font-size: 30px;
    margin-bottom: 10px;
}

.pfp {
    height: 350px;
    width: auto;
    border-radius: 500px;
}

.image-text-container {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 50px;
    margin-top: 10px;
}

.firstbio {
    font-size: 40px;
}

.pbio {
    font-size: 30px;
    line-height: 1.3;
}

.insidepfp {
    margin-right: 50px;
    margin-left: 50px;
}

.quicklinks {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-right: 200px;
    margin-left: 200px;
}

.links {
    text-decoration: none;
    color: black;
    font-size: 20px;
}