body{
    font-family: Arial;
    margin:0;
    background:#d7d2d2;
}

.header{
    background:#656464;
    color:white;
    text-align:center;
    padding:20px;
}

.menu a{
    color:white;
    margin:10px;
    text-decoration:none;
}

.menu a:hover{
    text-decoration:underline;
}



.maincontainer{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:40px;
}

.leftsection{
    width:65%;
}

.rightsection{
    width:50%;
}



.layout{
    display:flex;
    justify-content:center;
    align-items:flex-start;
}

.side{
    width:300px;
    text-align:center;
}

.sideimg{
    width:300px;
    margin-top:30px;
    border-radius:10px;
}



.content{
    width:600px;
}



.card{
    background:#656464;
    color:white;
    width:500px;
    margin:30px auto;
    padding:25px;
    text-align:center;
    border-radius:10px;
}



.profile{
    width:150px;
    height:150px;
    border-radius:50%;
}



.title{
    text-align:center;
    margin-top:40px;
}



.footer{
    background:#656464;
    color:white;
    text-align:center;
    padding:15px;
}



.homeicon{
    width:25px;
    vertical-align:middle;
}



.about ul{
    list-style-type:square;
    text-align:left;
}


.card a{
    color:white;
}


.achievements ul{
    text-align:left;
    line-height:1.8;
}