body {
    background-color: #121212;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

.photo img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.contact-info {
    margin-top: 20px;
}

.contact-info a {
    color: #1DB954;
    text-decoration: none;
    font-size: 1.2em;
}
