
body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #a09696;
    color: #333;
}

.container {
    display: flex;
    
}
.button {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: auto;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #2e2174;
    border: none;
    border-radius: 100%;
    box-shadow: 0 9px #999999b7;

  }
  
  .button:hover {background-color: #100058}
  
  .button:active {
    background-color: #1900ff49;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
  }



.cv-container {
    max-width: 600px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border: 1px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 4px 6px rgb(0, 0, 0);
}

header {
    text-align: left;
    margin-bottom: 20px;
}

header h1 {
    font-size: 28px;
    margin: 0;
    color: #000;
}

header h2 {
    font-size: 20px;
    margin: 5px 0 10px;
    color: rgb(98, 0, 128);
}

header p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

header a {
    color: blue;
    text-decoration: none;
}

section {
    margin-bottom: 30px;
}

section h3 {
    font-size: 18px;
    color: rgb(140, 44, 153);
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

section p {
    margin: 10px 0;
}

section ul {
    padding-left: 20px;
    list-style-type: disc;
    margin: 10px 0;
}

section ul li {
    margin-bottom: 5px;
}

footer h3 {
    font-size: 18px;
    color: green;
    margin-bottom: 10px;
}

footer p {
    font-size: 14px;
}

h4 {
    font-size: 16px;
    margin: 10px 0 5px;
    color: #000;
    font-weight: bold;
}

article {
    margin-bottom: 20px;
}

article p {
    margin: 5px 0;
}

strong {
    font-weight: bold;
}
