/* body {
    margin: 0;
    font-family: "Atkinson Hyperlegible", sans-serif;
    font-size: 100%;
} */


.profile-pic {
    width: 250px; /*size*/
    height: 250px;
    border-radius: 10%; /* circular*/
    margin-top: 10px; /* space from top */
    float: right; /* float to the right */
    object-fit: cover; /* Ensureimage covers the container without stretching */
    object-position: left center;  /* Focuses on the left side of the image */

}


/* a {
    color: #BF5034;
} */

/* a:hover {
    color: #853724;
} */

/* hr {
    border: 1px solid #DFDFDF;
} */

/* .page {
    display: flex;
    flex-wrap: wrap;
} */

/* .container {
    max-width: 1000px;
    margin: 0 auto;
} */

/* .header {
    position: fixed;
    width: 280px;
    height: 100%;
    padding: 30px;
    text-align: center;
    color: #264653;
} */

/* .content {
    margin-left: 10px;
    padding: 30px 30px 30px 0;
} */

/* .content h2 {
    color: #264653;
    margin-bottom: 0;
} */

/* .content h2:first-child {
    margin-top: 0;
} */

/* .content p:last-child {
    margin-bottom: 0;
} */


/* .title {
    margin-bottom: 10px;
} */

/* .subtitle {
    color: #888;
    margin-top: 0;
    font-weight: normal;
} */

/* .social {
    margin: 0 8px;
    text-decoration: none;
} */

/* .social:first-child {
    margin-left: 0;
} */

/* .social:last-child {
    margin-right: 0;
} */

/* .social:hover {
    filter: brightness(120%);
} */