* {
    margin: 0;
    padding: 0;
}

/* 
.nav {
    background-color: black;
    border-bottom: 1px solid rgb(39, 39, 39);
    display: flex;

}

.nav img {
    width: 60px;
    margin-left: 20vw;
    margin-right: 30vw;
}

.nav a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-self: center;
    padding: 0 20px;

} */

.hero {
    background-color: black;
    border-bottom: 1px solid rgb(51, 51, 51);
}

.hero>div {
    background-color: black;
    padding: 30px;
}

.hero img {
    width: 250px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    align-self: center;
    justify-self: center;


}

.hero>h2 {
    color: rgb(192, 192, 192);
    text-align: center;
    padding-right: 180px;
    padding-top: 50px;
}

.hero>h1 {
    color: white;
    font-size: 45px;
    text-align: center;
}

.hero-introduction {
    color: rgb(133, 133, 133);
    text-align: center;
    padding: 60px 300px 30px;

}

/* .btn {
    display: flex;
    justify-content: center;
    gap: 100px;
} */

.hero-btn {
    padding: 10px 18px;
    font-size: 20px;
    border-radius: 40px;

}

.about {
    background-color: black;
    padding: 50px;
    height: 70vh;

}

.about>div {
    display: flex;
    justify-content: space-around;

}

.about>div>div>img {
    width: 300px;
    border-radius: 50%;
    margin: 30px;
}

.about>div>div>h1 {
    font-size: 40px;
    color: white;
    padding-top: 50px;

}

.about p {
    color: rgb(163, 163, 163);
    font-size: 20px;
}

.skills {
    background-color: rgb(51, 51, 51);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;

}

.skills-div {
    background-color: black;
    color: white;
    width: 90vw;
    height: 90vh;
    border: 2px solid rgb(161, 161, 161);
    border-radius: 30px;
    box-shadow: 0px 0px 10px 5px rgb(90, 90, 90);

}

.skills-div>h1 {
    text-align: center;
    font-size: 40px;
    padding: 30px;
}

.skill-img-div {
    display: flex;
    justify-content: center;

}

.skills-img {
    width: 200px;


}

.skill-img-box {
    padding: 15px;
    font-size: 30px;
    text-align: center;
}

.skill-img-box>p {
    color: rgb(170, 170, 170);
    font-size: 20px;
    padding: 40px 30px;
}

.services {
    background-color: black;
    color: white;
    padding: 50px;

}

.services>h1 {
    font-size: 45px;
    text-align: center;
    padding: 40px;
}

.services-boxes {
    padding: 30px 100px;
}

.services>hr {
    color: rgb(76, 76, 76);
    margin: 0px 150px 0px 100px;
}

.services-boxes>h2 {
    font-size: 35px;
}

.services-boxes>p {
    font-size: 20px;

}

.portfolio {
    display: flex;
    justify-content: center;
    background-color: #313131;
    padding: 150px;
}

.portfolio>div {
    display: flex;

}

.portfolio div>div>img {
    width: 300px;
    border-radius: 50%;
    margin-right: 40px;
}

.portfolio h1 {
    color: white;
    font-size: 30px;
}

.portfolio p {
    color: #c0c0c0;
}

.testimonial {
    background-color: rgb(206, 206, 206);
}

.testimonial>h1 {
    text-align: center;
    padding: 70px 0 10px 0px;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
}

.testimonial>p {
    text-align: center;
    font-size: 15px;
    color: #434343;
    padding: 0 370px 30px;
}

.testimonial>h3 {
    text-align: center;
    padding: 30px 200px 60px;
}

.testimonial>h2 {
    text-align: center;
    font-size: 30px;
}

.testimonial>h4 {
    text-align: center;
    padding: 10px 0 60px 0;
}

.contact {
    padding: 100px;
    background-color: black;
    color: white;
    display: flex;
    justify-content: space-around;

}

.contact h2 {
    font-size: 35px;
    padding: 30px;
}

.contact>div {
    flex-basis: 50%;
}

.form-side {
    text-align: center;
}

.form-side h1 {
    font-size: 35px;
    padding: 30px;
}

.form-side input {
    width: 400px;
    padding: 5px 30px;
}

.form-side textarea {
    width: 400px;
    padding: 5px 30px;
}

footer {
    display: flex;
    background-color: black;
    border-top: 1px solid rgb(39, 39, 39);
}

footer>img {
    width: 60px;
    margin-left: 15vw;
    margin-right: 20vw;
}

footer>a {
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: space-around;
    align-self: center;
    padding: 0 20px;

}

.copyright {
    font-size: 14px;
}