body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-div {
    max-width: 680px;
}

img {
    width: 200px;
   
}

#profile {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#info h3,
#info p {
    margin: 0;
    margin-bottom: 5px;
}

.ele-centered {
    align-items: center;
    text-align: center;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 10px;
}