* {
    margin: 0;
    padding: 0;
}

.container {
    width: 100vw;
    height: 100vw;
    background-color: black;
    text-align: center;

}

.navbar {
    background-color: rgb(86, 85, 85);
    height: 4rem;
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 0 10px 10px 0;

}

.navbar>a {
    text-decoration: none;
    color: white;
    font-size: large;



}

.profile {
    display: flex;
    margin-left: 10vw;
    background-color: rgb(45, 45, 45);
    height: 80vh;
    margin-top: 2rem;
    width: 80vw;
    border-radius: 10px 10px 10px 10px;
    position: relative;





}

.pranshu,
.tripathi {
    display: inline-block;
}

.pranshu {
    font-weight: 900;
    font-size: 4rem;
    color: white;
    margin-top: 10rem;
    margin-left: 1rem;
    align-self: left;
}

.tripathi {
    margin-left: 2rem;
    font-size: 4rem;
    color: #b8ffc5;
    font-weight: 900;
    margin-top: 10rem;
    margin-left: 1rem;
}

.about-me {
    display: block;
    margin-left: 1rem;
    margin-top: 2rem;
    font-size: 1rem;
    color: #ffffff;
    font-family: monospace;
    
}


.photo {
    position: absolute;
    right: 2rem;
    top: 6rem;


}

.photo>img {

    border-radius: 100%;
    width: 15rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);


}

.profile-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 18rem; /* Add this line, adjust as needed */
}