* {
    margin: 0;
    font-family: Avenir;
    color: #383838;
}
.project-body {
    background-color: rgb(246, 239, 236);
}
body {
    padding-bottom: 128px;
}
.fas {
    margin-top: 64px;
    margin-left: 164px; 
    color: #383838;
    font-size: 3vw;
    border-radius: 100%;
    padding: 6px 8px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(0,0,0,0);
    transition: 0.3s;
}
.fas:hover {
    border-color: #9499a4;
    color: #9499a4;
}
h2 {
    text-align: center;
    margin-bottom: 40px;
    
}
.project-container {
    margin: auto;
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 48px;
    /* background-color: #ecedef; */
    padding: 40px;
    box-shadow: inset;
}
.project {
    display: flex;
}       
.info{
    width: 70%;
}
img {
    width: 350px;
    margin-top: 20px;
    margin-left: 40px;
    border-radius: 10px;
    box-shadow: 5px 5px 8px #e1e1e1;
}
h3, p {
    margin-bottom: 16px;
}
.centered-links {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}
.fa {
    border: none;
    border-radius: 3px;
    color: #383838;
    margin-left: 1px;
}
a {
    text-decoration: none;
    color: #383838;
}
.view-github {
    padding: 8px;
    border-radius: 10px;
    background-color: #ecedef;
}
.view-github:hover {
    background-color: #e1e1e1;
}
.view-website, i {
    margin-left: 16px;
    color: #3970FF;
}
.view-website:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1000px) {
    .fas {
        margin-left: 80px;
        font-size: 22px; 
    }
    body{
        background-color: rgb(246, 239, 236);
    }
    .project {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .info {
        width: 100%;
    }
    .fun-facts {
        display: flex;
        flex-direction: column;
        max-width: 653px;
        margin-right: auto; 
        margin-left: auto; 
    }
    .about-container{
        margin-left: -30px;
        margin-top: -30px;
    }
    .about-body {
        background-color: rgb(246, 239, 236);
    }
    li {
        padding-right: 18px;
    }
    .aboutjpeg {
        width: 250px;
        margin-left: 8px;
        margin-top: -10px;
    }
  }
.about-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 653px;/* different for box-container on text */
    margin-right: auto; 
    margin-left: auto;
    padding: 56px 104px 104px 104px;/* different for box-container on text */
    background-color: rgb(246, 239, 236);
} 
.about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 653px;/* different for box-container on text */
    margin-right: auto; 
    margin-left: auto; 
} 
.about-title {
    font-size: 18px;
    font-weight: 400;
    height: 8px;
    color: #3b3b3b;
}
.fun-facts {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    max-width: 653px; 
    margin-right: auto; 
    margin-left: auto;
}
li {
    color: #3b3b3b;
    margin-bottom: 16px;
    margin-left: -24px;
}
.about-img {
    margin: 0px 0px 0px -32px;
}
.mended-hearts {
    color: #3970FF;
}
.mended-hearts:hover {
    text-decoration: underline;
}
