.cv-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1200px;
    padding: 20px;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .cv-head {
    text-align: center;
    font-weight: bold;
  }

  .personal-data-container {
    align-items: center;
    display: flex;    
    justify-content: center;
    padding: 10px;
    background-color: lightgrey;
  }
  
  .personal-data {
    list-style-type: none;
  }
  .avatar {
    height: 150px;
    width: 178px;
  }
  
  .avatar-container {
    padding-left: 30%;
    
  }
  
  .main-data {
    margin: 30px;
  }
  
  .education-data {
    align-self: center;
  }
  
  table,
  th {
    text-align: left;
  }
  
  td {
    width: 150px;
  }
  
  td + td {
    height: 50px;
    width: auto;
  }
  
  p.italic {
    font-style: italic;
  }
  
  .additional-info {
    align-items: space-between;
  }
  
  .experience {
    padding: 5px;
    list-style-type: none;
  }
  
  .duties {
    padding: 5px 0 5px 0;
  }
  
  .cv-footer {
    text-align: center; 
    background-color: lightgrey;  
  }

  .course-data {
    display: flex;
    align-items: center;
    justify-content: space-around;  
  }

  .logo {
    width: 70px;
    height: 50px;
  }
  