:root {
    --font-family: "Poppins", sans-serif;
    --second-family: "Playfair Display", sans-serif;
    --third-family: "Gilroy-Bold", sans-serif;
}

body {
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 900px;
    margin: 30px auto;
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px; 
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: var(--font-family);
}
.photo {
    width: 190px;
    border-radius: 10px;
}

.header {
    display: flex;
    margin-bottom: 30px;
} .header > h2 {
    color: black;
}

.right-infor {
    margin-top: 110px;
    margin-left: 135px;
} .right-infor > h2 {
    font-size: 45px;
}

.inforBlanc {
    margin-bottom: 30px;
    background-color: rgb(27, 27, 27);
    width: 340px;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    transition: transform 0.2s ease;
} .inforBlanc > h2 {
    font-size: 20px;
    margin-bottom: 5px;
} .inforBlanc > p {
    margin-left: 15px;
    margin-bottom: 5px;
} .inforBlanc > p > a {
    color: white;
}

.inforBlanc:hover {
    transform: translateY(-15px); 
}

.cpp > img {
    width: 70px;
} .cpp {
    transition: transform 0.2s ease;
}.cpp:hover {
    transform: translateY(-15px); 
}

.htmlCss > img {
    width: 110px;
    margin-left: 10px;
    margin-right: 10px;
    transition: transform 0.2s ease;
} .htmlCss {
    transition: transform 0.2s ease;
} .htmlCss:hover {
    transform: translateY(-15px); 
}

.python > img {
    width: 70px;
    margin-top: 5px;
    transition: transform 0.2s ease;
} .python {
    transition: transform 0.2s ease;
} .python:hover {
    transform: translateY(-15px); 
}

.inforPhoto {
    display: flex;
    justify-content: space-between;
    width: 340px;
    margin-top: 7px;
}

.info2 {
    display: flex;
    justify-content: space-between;
}

.info1 {
    display: flex;
    justify-content: space-between;
}

.infoOdesa > img {
    width: 340px;
    margin-left: 23px;
    height: 110px;
    border-radius: 10px;
    object-fit: cover;
}

.info3 {
    display: flex;
    justify-content: space-between;
}

.infoOfis > img {
    width: 340px;
    height: 107px;
    border-radius: 10px;
    object-fit: cover;
}

.info4 {
    display: flex;
    justify-content: space-between;
}

.infoContacs > img {
    width: 340px;
    height: 130px;
    border-radius: 10px;
    object-fit: cover;

}