body {
    background-color: white;
    margin: 0;
    padding: 0;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {.container {
    margin-top: -40%;
    display:flex;
    flex-direction: column;
    align-items: last baseline;
    justify-content: center;
    height: 100%;
    margin: 0 10%;
    margin-top: 10%;
}}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container {
        margin-top: -40%;
        display:flex;
        flex-direction: column;
        align-items: last baseline;
        justify-content: center;
        height: 100%;
        margin: 0 12%;
        margin-top: 10%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container {
        margin-top: -40%;
        display:flex;
        flex-direction: column;
        align-items: last baseline;
        justify-content: center;
        height: 100%;
        margin: 0 15%;
        margin-top: 10%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container {
    margin-top: -40%;
    display:flex;
    flex-direction: column;
    align-items: last baseline;
    justify-content: center;
    height: 100%;
    margin: 0 20%;
    margin-top: 10%;
}}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container {
        margin-top: -40%;
        display:flex;
        flex-direction: column;
        align-items: last baseline;
        justify-content: center;
        height: 100%;
        margin: 0 25%;
        margin-top: 10%;
    }
}


.profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%; border-color: black; /* Makes the image circular */
    margin-bottom: 20px;
}

h1 {
        font-family: "IBM Plex Sans", sans-serif;
        font-weight: 700;
        font-style: normal;    text-justify: inter-word;
        text-align: left;
        margin: 10px 0;
}

h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-justify: inter-word;
    text-align: left;
    margin: 0px 0;
    margin-bottom: 3%;
    margin-top: -2%;
}

h3 {
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #888686;
    margin-top: -1%;
    text-align: justify;
}


.social-icons {
    display: flex;
    justify-content: left;
    text-align: left;
    gap: 15px;
}

.social-icons a {
    text-decoration: none;
    font-size: 120%;
    color: #1d1d1d;
}
