* {
    margin: 0;
    padding: 0;
    
}

.wrapper {
    font-family: Helvetica;
    background: white;
    background-image: url(https://img.goodfon.ru/original/2560x1440/6/54/derevo-fon-temnyy.jpg);
}

/* HEADER */
.logo {
    height: 100px;
    cursor: pointer;
}

nav {
    display: flex;
    justify-content: space-around;
    padding: 50px;
}

.headerMenu {
    display: flex;
    justify-content: space-between;
    width: 600px;
    list-style: none;
    font-size: 20px;
    padding: 35px;
}

.headerMenu a {
    text-decoration: none;
    color:white;
    font-weight: bold;
}

.headerMenu a:hover {
    color: white;
}

i {
    color: white;
}

i:hover {
    color:white;
}
/* HEADER */




/* CONTENT */

.about2img{
    margin: auto;
    display: flex;
    justify-content: center;
    width: 600px;
    height: 300px;
    border-radius: 30%;
  }
  

  .about3img{
    margin: auto;
    display: flex;
    justify-content: center;
    width: 600px;
    height: 300px;
    border-radius: 30%;
  }
.about{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    
}
.about p{
    text-align: center;
    color: white;
}
.aboutMe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aboutMe h1 {
    font-size: 60px;
    font-weight: bold;
    color: rgb(46, 46, 46);
}

.aboutMe p {
    padding: 40px;
    width: 800px;
    text-align: center;
    color: white;
    font-weight: 500;
}

.Photo {
   width: 600px;
}

.skillsHeader {
    text-align: center;
    margin-top: 130px;
    font-size: 45px;
    font-weight: bold;
    color: rgb(46, 46, 46);
}

.skills {
    display: flex;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, 600px);
    margin-bottom: 80px;
}

.card {
    margin: 50px;
    width: 500px;
    box-shadow: 0 0 2px rgb(179, 179, 179);
}

.card h4 {
    text-align: center;
    font-weight: bold;
    color: rgb(46, 46, 46);
}

.card p {
    text-align: center;
    color: rgb(2, 2, 2);
    font-weight: 500;
}

.card h6 {
    text-align: center;
    color: rgb(2, 2, 2);
    font-size: 20px;
}
/* CONTENT */




/* FOOTER */
footer {
    background: rgb(1, 1, 1);
}

footer h1 {
    text-align: center;
    color: white;
    font-size: 45px;
    padding-top: 70px;
    font-weight: bold;
}

.footer_menu {
    display: flex;
    justify-content: center;
}

.footer_menu ul {
    display: flex;
    justify-content: center;
    width: 450px;
    list-style: none;
    padding-left: 0;
    padding-top: 20px;
    font-weight: bold;
}

.footer_menu ul a {
    text-decoration: none;
    color: white;
    font-size: 22px;
}

.footer_menu ul a:hover {
    color: rgb(218, 218, 218);
}

.social_contacts {
    display: flex;
    justify-content: center;
}

.social_contacts ul {
    display: flex;
    justify-content: space-between;
    width: 170px;
    list-style: none;
    padding-left: 0;
}

.social_contacts ul i {
    text-decoration: none;
    color: white;
    font-size: 22px;
    padding-top: 30px;
}

.social_contacts ul i:hover {
    color: rgb(218, 218, 218);
}

.copyright {
    display: flex;
    justify-content: center;
}

.block1, .block2 {
    text-align: center;
}

.copyright p {
    width: 220px;
    color: rgb(211, 211, 211);
    font-weight: bold;
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 10px;
}
/* FOOTER */



