body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f7f9f4;
    /* color: #333; */
    background-image: url(bg.jpg);
}

.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    /* background-image: url(bg.jpg); */
}

header {
    /* background: #333; */
    color: #fff;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #77ab59 3px solid;
    
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header ul {
    padding: 0;
    list-style: none;
}

header li {
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
}

header nav {
    float: right;
    margin-top: 10px;
}

section#showcase {
    min-height: 400px;
    /* background: #333; */
    color: #fff;
    text-align: center;
    padding-top: 100px;
}

section#showcase h1 {
    font-size: 55px;
    margin-top: 0;
}

section#about, section#skills, section#courses, section#contact {
    padding: 20px;
    background: #e3e3e3;
    margin-bottom: 20px;
}

section#about h2, section#skills h2, section#courses h2, section#contact h2 {
    border-bottom: 2px solid #77ab59;
    padding-bottom: 10px;
}

footer {
    padding: 20px;
    margin-top: 20px;
    color: #fff;
    background-color: #333;
    text-align: center;
}

ul {
    list-style-type: square;
}

a {
    color: #77ab59;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2, h3 {
    color: #333;
}

p {
    margin: 10px 0;
}

.im{
    border-radius: 50%;
}
.vipinimg{
    border-radius: 90%;
    height: 200px;
    width: 200px;
    margin-bottom: 2%;

}

section#about, section#skills, section#courses, section#project {
    padding: 20px;
    background: #e3e3e3;
    margin-bottom: 20px;
}
/* #project {
    background-color: #f7f9f4

} */
.button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
  }
  .mail {
    text-align: right;
  }
 .marg {
    margin-top: 1%;
 }