/* Main Content Page */
.wrapper
{
    margin-top: 35px;
    position: absolute; /* Position the container properly */
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 2rem;
}

.wrapper > .profile > img
{
    width: 100%;
    max-width: 400px;
    vertical-align: middle; /* Pushing elements in the container */
    border: 1px solid black;
}