body {
    margin: 10px;
    padding: 0;
    max-width: 1024px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 2;
    display: block;
    box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, .75);
    margin: 0 auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.conteiner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.header,
.footer {
    width: 99, 5%;
    border: 3px solid darkgray;
    text-align: center;
    border-radius: 10px;
}

.header-item {
   display: inline;
   padding: 20px;
}

 .header-item>a {
   color: rgb(197 107 107);
   font-weight: 600;
}

.main {
    width: 65%;
    border-right: 3px solid darkgray;
}

h1 {
    text-align: center;
}

.about,
.education,
.my-projects,
.my-work {
    margin: 30px;
}


.about-description {
    text-align: justify;
}

.projects-item {
    list-style:disc;
    color:rgb(197 107 107);
}

.projects-item > a{
 color: rgb(197 107 107);
 font-weight: 600;
}

.exampel-code {
    display: inline-block;
    background-color: darkgray;
    box-shadow: inset;
    margin-left: 40px;
    box-shadow: 4px 6px 8px rgba(0, 0, 0, .75);
    width: 80%;
    text-align: left;
}

.skills_titel,
.sidebar-titel {
    margin-left: 30px;
}

.photo {
    max-width: 357px;
}

.skills {
    padding-top: 90px;
}
.sidebar {
    width: 35%;
    background-color: darkgrey;
}

.nav-item>a {
    color: cornsilk;
}

.nav-item>a:hover,
.projects-item>a:hover,
.header-item>a:hover  {
    color:rgb(100 100 119)
}

.skills-item:nth-child(even) {
    margin-left: 100px;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.footer p{
    font-size: 25px;
}