/* Reset some default styles */
body, h1, h2, p {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #1a1a1a;
    color: #ccc;
    line-height: 1.6;
}

header {
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 20px 0;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; /* Adjusted to center text vertically */
}

h1 {
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.logo svg {
    max-width: 50px;
    fill: #fff; /* Adjust the fill color of the logo */
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #2d2d2d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #ccc;
}

.cv-title {
    text-align: center; /* Center the CV title */
    color: #fff; /* Adjust the title color */
}

.pdf-container {
    text-align: center;
}

.project {
    margin: 20px 0;
}

.project img {
    max-width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-top: 10px;
}

.project p {
    margin: 10px 0;
}

.linkedin {
    text-align: center;
    margin-top: 20px;
}

.linkedin a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}


a:link {
  color: #b49464;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #b49464;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}
