body {
    margin: 0;
    background-color:#fe811a;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

.personal-info img {
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    /* margin-top: 7rem; */
    object-fit: cover;
}

.personal-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-family: "San Francisco";
    text-align: center;
    color: #FFF; 
    font-size: 3rem; 
    font-weight: bold; 
    margin-bottom: 0;
}

h2 {
    font-family: "San Francisco";
    text-align: center;
    color: #FFF;
    font-size: 1.7rem; 
    font-weight: bold; 
}

main {
    position: absolute;
    /* bottom: 2rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.footer-button {
    display: flex;
}

.footer-button a {
    font-family: "San Francisco";
    font-weight: 600; 
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    text-decoration: none;
    border-radius: 2rem;
    width: 10rem;
    height: 3rem;
    margin:1rem;
}

.social {
    font-size: 2rem;
    margin: 2rem;
}

ion-icon {
    color: white;
}

.footer-button a ion-icon {
    color: black;
    font-size: 2rem;
    margin-right: 0.5rem;
}