body{
    background-image:url("../assets/background.png");
    font-family:Arial, Helvetica, sans-serif;
}

.profile{
    display: flex;
    justify-content:center;
    align-items:center;
    height: 100vh;
}
.profile-pic{
    border-radius:50%;
    padding:6px;
    width:150px;
    border:5px solid #fff;
    background-image: url("/assets/download.png");
    height: 150px; margin-left: 40px;
    background-position: center;
}
div.profile-box{
    border-radius:20px;
    background-color: #ff574a ;
    padding:40px 90px;
    text-align: center;
    color:#fff;
}
nav{width:100%}
nav ul {
    display: flex;
    justify-content: space-between; margin:0px;
}
nav ul li{
    list-style-type: none;
}
nav ul li.menu-icon{margin-left:-40px;}
.menu-icon, .setting-icon{width:25px; height:25px;}
h3{line-height:5px;}
.social-media img{margin:5px 5px; cursor:pointer;}