body {
    padding: 20px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Inter", sans-serif;
}

#profile-photo {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    margin-bottom: 20px;
}
