body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.content {
    margin-top: 5em;
    flex-direction: column;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}

.header-container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
}

.profile-pic {
    clip-path: circle();
    width: 5em;
}