body {
    font-family: sans-serif;
    text-align: center;
    background-color: #f0f0f0; /* Example background */
}

#container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

#profile img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.link-button {
    display: block;
    width: 95%;
    padding: 15px;
    margin: 10px 0;
    background-color: #007bff; /* Example button color */
    color: white;
    text-decoration: none;
    border-radius: 5px;
}
