body {
    font-family: Arial, sans-serif;
    background: url('PXL_20231119_214441654~2.jpg') no-repeat center bottom fixed;
    background-size: cover;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    background-color: rgba(255, 255, 255, 0.9); /* Make the container slightly transparent */
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #333;
}

.profile {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}

.bio h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.bio p {
    font-size: 1em;
    line-height: 1.6;
}

footer h3 {
    margin-top: 30px;
    font-size: 1.2em;
}

footer p {
    margin: 5px 0;
    font-size: 1em;
}

footer a {
    color: #007BFF;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
