html,
body {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(50,50,50)
}

.cv {
    background-color: white;
    width: 210mm;
    height: 297mm;
}

.container {
    display: flex;
    flex-direction: horizontal;
    margin: 0 5%;
}

.fields {
    text-align: left;
    width: 150px;
}

.data {
    text-align: left;
}

#header {
    display: flex;
    flex-direction: horizontal;
    background-color: rgb(255, 255, 108);
}

#header img {
    height: 150px;
}

#header h1 {
    margin: 5%;
}

h4 {
    margin-left: 5%;
}