header {
    display: flex;
    flex-direction: row-reverse;
}

#themeswitch {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

#top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.pfp {
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    margin: 2rem;
}

.name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.name h1, h6, p {
    margin: 0 0.25rem;
}

.platforms {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: min-content;
    margin: 1rem 0;
}

.platforms a {
    width: 2rem;
    margin: 0 0.5rem;
}

#content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#about {
    padding: 1rem;
    max-width: 60%;
}

#about p {
    margin: 1rem 0;
}

#languages svg {
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
}

.project {
    margin: 2rem 0;
}

.project-header {
    display: flex;
    flex-direction: row;
}

.project-header a {
    margin: 0 1rem;
    width: 2rem;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}
