body{
    background-color: #ffffff;
}

a {
    float: left;
    display: block;
    color: #111111;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: #363636;
}

h1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #111111;
}

.main {
    display: flex;
    height: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.intro {
    background-color: #f7f7f7;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.item2 {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.item3 {
    justify-self: flex-end;
    align-self:center;
}

.featured {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    width: 80%;
    box-sizing: border-box;
    border-radius: 5px;
}

.Projects {
    background-color: #f7f7f7;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
}

.project1 {
    background-color: transparent;
    color:#111111;
    padding: 50px 80px;
    border-radius: 5px;
}

p {
    font-size: 20px;
    color: #6b6b6b;
}

.featuredprojects {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

.navbar {
    overflow: hidden;
    flex-direction: row;
    background-color: #f0f0f0;
    color: #111111;
    width: 100%;
    box-sizing: border-box;
}

#homegithub {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

#homelinkedin {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    flex-direction: row;
    align-content: space-between;
}

#c2pmgithub {
    margin-top: 15px;
    padding: 10px 15px;
    background-color: #111111;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

#Fphead {
    color: #111111;
    font-size: 40px;
}
