* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* overflow-x: hidden; */
}

html {
    font-size: 62.5%;
  }

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    font-size: 1.6rem;
    line-height: 1.6;
}

#curiculumV {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

header {
    background-color: #333;
    color: #fff;
    padding: 20px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer img {
    width: 50px;
    height: 50px;
}

a {
    text-decoration: none;
}

#logo {
    width: 50px;
    height: 50px;
}





