html body {
    height: 100%;
    font-family: sans-serif;
    font-size: large;
    margin: 0;
    position: static;
    background: linear-gradient(to bottom right, #aaf77db9, #ff5edcb4) no-repeat fixed;
    background-size: cover;
   
}

.main-body {
    align-items: center;
    margin-left: 5%;
    text-align: left;
    padding: 20px;
}

.dranikos {
    text-align: center;
    margin-right: 5%;
    border-top: 2px solid #d8d8d8;
}

.dranikos-content {
    width: 75%;
    margin: 0 auto
}
.content {
    display: flex;
    flex-direction: column;
    gap: 20;
    
}

@media (min-width: 1000px) {

    .content {
        flex-direction: row;
    }

    .main-body {
        border-right: 2px solid #d8d8d8;
    }

}



.line {
    border: none;
    height: 1px;
    background: #ffffff;
}

.header {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto 0;
}


.header-content {
    margin-right: 10px;
    display: flex;
    align-items: center;
    max-height: 100px;
    flex-direction: column;
    margin-top: 50px;

}

.about {
    margin-left: 50px;
    text-align: left;
}
 
.project {
    text-align: left;
    
}

.project-in {
    display: flex;
}

.dclicker {
    text-align: left;
    border-radius: 10px;
    border: 2px solid #c3fd8d;
    padding: 20px;
}

.dclicker2 {
    text-align: left;
    border-radius: 10px;
    border: 2px solid #c3fd8d;
    padding: 20px;
    margin-right: 10px;
}

.dranik-plat{
    text-align: left;
    border-radius: 10px;
    border: 2px solid #c3fd8d;
    padding: 20px;
}

footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    /* Разделитель */
    font-size: 0.8em;
    color: #000000;
}

.footer-contact {
    font-size: 15px;
    text-align: left;
    margin-left: 50px;
}

img {
    border-radius: 20px;
    margin: 30px
}