:root {
    color-scheme: light dark;
}
* {
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    ;
}
body {
    width: auto;
    display: flex;
    justify-content: center;
}
#root {
    min-width: 317px;
    min-height: 780px;
    background-color: light-dark(#1A1B21,#F5F5F5);
    max-width: 317px;
    max-height: 780px;
    border-radius: 10px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.headshot {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.info--container{
    display: flex;
    flex-direction: column;
}

.info--name,
.info--position {
    color: light-dark(#F5F5F5,#2B283A);
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.info--position {
    color: light-dark(#F3BF99,#F47D27);
    margin-top: 5px;
}

.info--website-link {
    color: light-dark(#F5F5F5,#4A4E74);
    text-decoration: none;
}

.link-holder {
    display: flex;
    justify-content: center;
}

.button-holder {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.linkedin--button,
.email--button {
    width: 115px;
    height: 34px;
    border:#1A1B21 solid 1px;
    border-radius: 6px;
}

.email--button {
    background-color: #D5D4D8;
    color: #161619;
}

.linkedin--button {
    background-color: light-dark(#5093E2,#297FE5);
    color: #F5F5F5;
}

.link-icon {
    margin-right: 10px;

}

.button-content-holder {
    display: flex;
    justify-content: space-around;
}
.link-icon--holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section--container {
    margin-left: 22px;
    margin-right: 22px;
}
.section--title {
    color: light-dark(#F5F5F5,#2B283A);
    margin-bottom: 0;
    font-weight: 700;
}
.section--paragraph{
    color: light-dark(#DCDCDC,#4A4E74);
    font-weight: 300;
    margin-top: 10px;
}

.footer--container {
    background-color: light-dark(#161619,#D5D4D8);
    padding: 5px;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
}
.app{
    display: flex;
    flex-direction: column;
}
Footer {
    justify-self: flex-end;
}
.aboutpgraph {
    margin-bottom: 0;
}
