* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.container {
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
    padding: 115px 0px;
    box-sizing: border-box;
    min-height: 100vh;
    display: flex;
    justify-content: center;
}

.image-left, .image-right {
    position: absolute;
    width: 500px;
    height: 500px;
}

.image-left {
    bottom: -35px;
    left: -125px;
}

.image-right {
    top: -20px;
    right: -90px;
}

.container-content {
    position: relative;
    background: #F6F8F9;
    box-shadow: 0px 4px 74px rgba(69, 69, 69, 0.09);
    border-radius: 30px;
}

aside {
    width: 380px;
    margin-right: 30px;
}

.person {
    background: white;
    border-radius: 30px 30px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 389px;
}

.person-image {
    position: absolute;
    top: -35px;
    max-width: 200px;
    max-height: 400px;
    border-radius: 15%;
}

.person-header {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 24px;
}

.person-header span {
    font-size: inherit;
    font-weight: 700;
}

.person-label {
    font-size: 17px;
    font-weight: 500;
    background: #F6F8F9;
    border-radius: 75px;
    padding: 4px 24px;
}

.person-social {
    padding-bottom: 25px;
    padding-top: 29px;
}

.person-social a {
    margin: 0 15px;
}

.about {
    padding: 40px 20px 26px;
}

.about-header {
    font-size: 25px;
    font-weight: 700;
    color: #FFAA01;
    margin-bottom: 30px;
}

.about-contacts-link {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}

.about-contacts-link:last-child {
    margin-bottom: 50px;
}

.about-contacts-link a {
    font-weight: 500;
    color: #141414;
    text-decoration: none;
    margin-left: 16px;
}

.about-contacts-link a:hover {
    text-decoration: underline;
}

.about-skills-list {
    margin-bottom: 50px;
    margin-left: 20px;
}

.about-skills-list-item {
    font-weight: 500;
    margin-bottom: 15px;
}

.button {
background: #FFAA01;
box-shadow: 0px 4px 15px rgba(255, 170, 1, 0.29);
border-radius: 21px;
display: flex;
align-items: center;
justify-content: center;
padding: 14px 0px;
text-decoration: none;
box-shadow: 0px 0px 4px 3px darkorange;
}

.button:hover {
    background: #f0b848;
}

.button-text {
    color: #F5F7F8;
    font-weight: 500;
    padding-left: 10px;
}

main {
    width: 770px;
}

.profile {
    background: #fff;
    border-radius: 30px 30px 0px 0px;
    padding: 29px 40px 30px;
}

.profile-header {
    font-weight: 700;
    font-size: 30px;
}

.profile-header:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background: #FFAA01;
    border-radius: 47px;
}

.profile-text {
    line-height: 31px;
    text-align: justify;
    margin-top: 16px;
}

.projects-container {
    padding: 0px 40px 0px;
    background-color: #F6F8F9;
    border-radius: 30px;
}

.projects-header {
    font-weight: 700;
    font-size: 30px;
}

.projects-list {
    padding: 10px 0px 20px;
}

.about-projects-link a {
    font-weight: 500;
    color: #141414;
    text-decoration: none;
} 

.about-projects-link:nth-child(2) {
    padding: 20px 20px 20px 0px;
}

.about-projects-link a:hover {
    text-decoration: underline;
    color: rgb(67, 67, 201);
}

.experience {
    padding: 3px 40px 40px;
}

.experience-header {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

/*.experience-list {
    list-style: none;
}*/

.experience-list-item {
    margin-bottom: 25px;
    margin-left: 20px;
}

.experience-subheader {
    font-weight: bold;
    margin-bottom: 10px;
}

.experience-text {
    font-weight: 500;
}

.experience-text:last-child {
    font-weight: 400;
    margin-top: 4px;
}

.experience-text + p {
    font-weight: 400;
    margin-top: 40px;
    line-height: 31px;
}

.experience-date {
    margin-bottom: 10px;
    color: #959595;
}

.education-header {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 17px;
    margin-top: 35px;
}

.education-list {
    list-style: none;
}

.education-list-item {
    margin-bottom: 20px;
}

.education-subheader {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
}

.education-text {
    font-weight: 500;
}

.education-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #959595;
}

.education-text + p {
    font-weight: 400;
    margin-top: 40px;
    line-height: 31px;
}

.education-text:last-child {
    font-weight: 400;
    margin-top: 10px;
}