 body{
    background-color: lightpink;
    margin: 20px;
    padding: 20px;
    font-size: medium;
    font-family: Arial, sans-serif;
 }
 .nav-bar{
    text-align: center;
    border: 4px solid black;
    margin-bottom: 20px;
    background-color: mediumslateblue;
 }
    .nav-bar ul {
        list-style-type: none;
        padding: 0;
    }
    .nav-bar li {
        display: inline;
        margin: 0 15px;
    }
    .nav-bar a {
        text-decoration: none;
        color: darkblue;
        font-weight: bold;
    }
    .nav-bar a:hover {
        text-decoration: underline;
    }
 img {
    border: 5px solid purple;
    border-radius: 15px;
    box-shadow: 4px 4px 10px gray;
    width: 200px;
    height: 200px;
 }
 .Information {
    border: 3px solid black;
    padding: 10px;
    background-color: lightcyan;
 }
 .profile-picture {
    text-align: center;
    margin-bottom: 20px;
 }
 .name {
    text-align: center;
    color: darkred;
 }
    .Details {
        text-align: center;
        color: darkblue;
 }
 .about-me {
    margin-top: 20px;
    line-height: 1.6;
    text-align: justify;
    color: #333333;
    }
    .additional-info{
        text-align: center;
        color:black;
        text-decoration: bold;
        border: 3px solid black;
        background-color: lightslategrey;
    }
    .info{
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        background-color: lightgrey;
        text-align: center;
    }
    .hobbies{
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        background-color: white
    }
    .skills{
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        background-color: lightgrey;
        text-decoration: underline;
        text-align: center;
    }
    .technical-skills{
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        background-color: white;
    }
    .goals{
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        background-color: lightgrey;
        text-align: center;
    }
    .my-goals{
        margin-top: 20px;
        line-height: 1.6;
        text-align: justify;
        color: #333333;
        background-color: white;
    }
    footer{
        text-align: center;
        margin-top: 20px;
        font-size: large;
        color: darkgray;
        border: 2px solid black;
        padding: 10px;
        background-color: lightcyan;
    }





    