body {
    background-image: url('../assets/background.png') ;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-box {
    background-color: #ff574a;
    color: #fff;   
    border-radius: 20px;
    text-align: center;
    padding: 40px 90px;
}

.profile-pic {
    width: 150px;
    border-radius: 50%;
    padding: 6px;
    background-color: #fff;
}

.social-media :hover {
    cursor: pointer;
}

.menu {
    display: flex;
    justify-content: space-between;
    margin-left: -50px;
    margin-right: -50px;
}

.menu-icon, .setting-icon {
    width: 25px;
}

.social-media img {
    width: 20px;
}

.social-media {
    display: flex;
    justify-content: space-evenly;
}