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

.container {
    text-align: center;
}

.profile-photo {
    width: 350px;
    height: 350px;
    border-radius: 5%;
    object-fit: cover;
}

.social-links a {
    margin: 0 10px;
    font-size: 24px;
    color: #333;
}

.social-links {
    margin-bottom: 10px;
}

.social-links a:hover {
    color: #007bff;
}

.button-cv {
    display: block;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    margin-bottom: 10px;
}

.button-cv:hover {
    background-color: #007bff;
}

.motto {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tagline {
    font-size: 18px;
    color: #555;
    margin-top: 0;
    margin-bottom: 10px;
}

.tagline-container {
    display: inline-block;
    text-align: center;
}
