body {
    font-family: 'Open Sans', sans-serif;
    background-color: #d3d3d3;
}

main.container{
    margin: 0 auto;
    display: flex;
    padding: 0 auto;
    justify-content: center;
    width: 100%;
    max-width: 816px;
}

#bar #zdj-profilowe{
    width: 70%;
    height: auto;
    border-radius: 50%;
    margin: 25px auto;
    display: block;
    align-items: center;
}

#bar{
    width: 30%;
    flex-direction: column;
    background-color: #335384;
    color: white;
}

#bar-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 auto;
    overflow-y: auto;
    position: sticky;
}

#bar-data #certificates{
    align-self: flex-end;
}

#bar h3{
    margin-left: 20px;;
}



#personal-data ul li{
    list-style: none; /* Removes default list style */
}

#personal-data a{
    color: white;
}

#personal-data a:hover {
  color: black;
}

#bar li{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    list-style: circle;
}

#right-panel{
    background-color: #ffffff;
    width: 70%;
}

#right-panel h1{
    margin-left: 30px;
}

#right-panel #title {
    display: flex;
    justify-content: space-between;
}

#right-panel section{
    margin: 30px 20px 0 30px;
}

.personal-profile,
.experience,
.education,
.projects{
    color: #1dbd87;
}