body {
    background: linear-gradient(100deg, blue 0%, #764ba2 100%);
    margin: 0px;
    font-size: 16px;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

@font-face {
    font-family: peyda;
    src: url(fonts/Peyda.ttf);
}

* {
    font-family: peyda;
}

header {
    display: grid;
    grid-template-columns: 4fr repeat(5, 1fr);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    border: 5px solid rgba(255, 255, 255, 0.2);
    padding: 5px;
    color: white;
}

header a {
    text-align: center;
    margin: 5px;
    padding: 10px;
    padding-top: 15px;
    transition: all 0.3s;
    text-decoration: none;
    color: white;
}

header p {
    font-size: 1.2rem;
}

header a:hover {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    transform: translateY(6px);
}

header a:focus {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 40px;
    transform: translateY(6px);
}


main {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
}

main section {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 30px;
    padding: 5px;
    color: white;
    margin-top: 10px;
}

.intrestingskill {
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    margin: 10px;
    border-radius: 40px;
    transition: all 0.3s;
    text-align: center;

}

.intrestingskill a {
    text-decoration: none;
    color: white;
}

.intrestingskill:hover {
    background: rgba(100, 0, 255, 1);
    transform: translateY(6px);


}

footer {
    margin: 0rem;
    padding: 0rem;
    border-radius: 0px;
}

footer .mainbase {
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    color: white;
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: center;
}

footer .basement {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    background: rgba(255, 255, 255, 0.12);
    padding: 10px;
    color: white;
    margin-top: 10px;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 30px;

}

footer section p {
    font-size: 16px;
    word-spacing: 6px;
}

footer section .links p a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

footer .basement .links p a:hover {
    color: rgba(100, 0, 255, 1);
}

.email {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.email:hover {
    color: gold;
}

.linkedin {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.linkedin:hover {
    color: skyblue;
}

.telegram {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.telegram:hover {
    color: blue;
}

.whatsapp {
    text-decoration: none;
    color: white;
    transition: all 0.3s;
}

.whatsapp:hover {
    color: green;
}

.copyright {
    margin-top: 0;
}

.likepost {
    text-align: center;
    padding: 50px;
}

#likeit {
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: greenyellow;
    border-radius: 30px;
    padding: 5px;
    transition: all 0.3s;
}

#dontlike {
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: rgb(124, 5, 5);
    border-radius: 30px;
    padding: 5px;
    transition: all 0.3s;
}

#likeit:hover {
    background-color: greenyellow;
    color: white;

}

#dontlike:hover {
    background-color: rgb(124, 5, 5);
    color: white;
}



.aboutpara {
    word-spacing: 6px;
}

.imgs {
    border-radius: 30px;
}

.containerimg1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.containerimg2 {
    margin-top: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.containerimg3 {
    margin-top: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.contactpara {
    word-spacing: 6px;
}

.spacer {
    width: 100%;
    height: 40px;
}

.contactp {
    word-spacing: 6px;
}

.baseskill {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 768px) {
    header {
        grid-template-columns: 1fr;
        text-align: center;
    }

    footer .basement {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    body {
        text-align: center;
        font-size: 16px;
    }

    header {
        grid-template-columns: 1fr;
    }

    header p {
        text-align: center;
    }

    footer .basement {
        grid-template-columns: 1fr;
    }

    .intrestingskill {
        padding: 10px;
        margin: 0;
        grid-template-columns: 1fr 1fr;
        white-space: 5px;
    }

    .imgs {
        margin: 5px;
    }
}
