body{
    font-family: Arial, sans-serif;
    margin:0;
    background:#f4f4f4;
}

header{
    background:#0077cc;
    color:white;
    padding:20px;
    text-align:center;
}

section{
    width:80%;
    margin:20px auto;
    background:white;
    padding:20px;
    border-radius:10px;
    box-shadow:0 0 10px gray;
}

.profile{
    text-align:center;
}

.profile img{
    width:150px;
    height:150px;
    border-radius:50%;
}

.project{
    border-left:5px solid #0077cc;
    padding-left:10px;
    margin-bottom:15px;
}

footer{
    background:#333;
    color:white;
    text-align:center;
    padding:15px;
}