html {
    scroll-behavior: smooth;
    height: 100%;
}

@media screen and (max-width:720px) {
    font-size: 16px;
}

body {
    background-color: white;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;


}

.design {
    padding: 0px 100px;
    box-shadow: #777 1px 0px 5px 1px;
}

.maindiv {

    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, .1);
    background-image: url(icon/background.jpg);


}

.first {
    display: flex;
    margin-left: 20px;

    img {
        box-shadow: 0px 2px 4px rgba(80, 79, 79, 0.881);
        border-radius: 50px;
        height: 65px;
    }

}

.navbar {

    position: sticky;
    top: 0;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    color: green;
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 100%;
    height: 70px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    background-color: white;

}

#title {
    margin-left: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

ul {
    display: inline-flex;
    list-style: none;
    gap: 20px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 22px;

    a {
        text-decoration: none;
        font-weight: bold;
        color: green
    }
}

.intro {
    border: 2px solid green;
    text-align: center;
    width: 100%;
    padding: 50px;
    margin: 50px;
    background-color: white;

}

.intromain {
    color: green;
    height: 100%;
    margin-top: 50px;
    width: 100%;
    gap: 10px;
    display: flex;
    padding: 10px 0px;
}

section {
    color: green;
    padding: 25px 0px;
}

h1,
h2 {

    font-weight: bolder;
}

p {
    font-size: 17px;
    color: rgb(99, 98, 98);
}

.aboutme {
    margin: 50px 0px;
    height: 60vh;
    display: block;
}

.about {
    text-align: center;
    justify-content: center;
}

.marks {

    display: flex;
    gap: 15px;
    padding: 0 50%;
    justify-content: center;

    h3 {
        text-align: center;
    }

    p {
        text-align: center;
    }
}

button {
    color: green;
    font-size: 16px;
    background-color: white;
    margin: 10% 10%;
    border-radius: 5px;
    border-style: none;
    box-shadow: 0px 0px 10px 2px grey;
    padding: 2px 15px;

}

.prodiv,
.skillmain,
.contactdiv {
    margin: 50px 0px;
    height: 100%;
    text-align: center;

}

.skillist {
    margin-top: 50px;
    display: grid;
    justify-content: center;

    img {

        width: 50px;
        padding-bottom: 25px;
    }
}

hr {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
}

#pl {

    margin-top: 50px;
}

.skillmain {
    margin-top: 40px;
}

.prodiv {
    height: 75vh;
}

.content {
    margin-left: 50px;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 250px;
    text-align: justify;


    .potent1 {
        width: 60%;
        box-shadow: #777 1px 3px 5px 1px;
        padding: 10px 40px;
        border-radius: 5px;
        background-color: white;

    }

    .potent2 {
        padding: 10px 40px;
        margin-top: 40px;
        width: 60%;
        border-radius: 5px;
        margin-left: 100%;
        background-color: white;
        box-shadow: #777 1px 3px 5px 1px;
    }
}

.contactdiv {
    padding-top: 50px;

}

.contactlinks {

    width: 100%;
    margin-top: 50px;
    display: block;
}

.iform {
    display: flex;
}

i {
    color: green;
    display: block;
    width: 50px;
}

form {

    margin-top: 50px;
    width: 100%;
    justify-items: center;
}

.download {
    margin-top: 50px;
    text-align: center;

    a {
        text-decoration: none;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        color: green;
        box-shadow: 0px 0px 10px 2px grey;
        border-radius: 5px;
        padding: 12px;
        background-color: white;
    }
}

input {

    display: block;
    color: rgb(99 98 98);
    border-radius: 5px;
    border-color: transparent;
    box-shadow: 0px 2px 4px rgba(61, 61, 61, 0.1);
    width: 250px;
    height: 50PX;
    font-size: 17px;
    font-family: "Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif";
    margin-bottom: 15px;
    background-color: rgb(207, 207, 210);
}

.footer {
    background-color: white;
    box-shadow: 0px 0px 10px 2px grey;
    height: 100px;
    text-align: center;
    padding-top: 20px;
}

.contactlinks {
    display: flex;
    flex-direction: column;
    align-items: start;

    img {
        height: 65px;
    }


    a {
        text-decoration: none;
    }
}