body {
    background-color: #efecfd;
    height: 100%;
    width: 100%;
}

.navbar-nav {
    margin-left: 65%;
}

.navbar-brand {
    font-family: 'Roboto';
    font-weight: bold;
}

h1 {
    font-family: 'Roboto';
    text-align: center;
    color: #15658d;
    font-weight: 900;
    margin: 3% 0;
}

h2 {
    font-family: 'Roboto Serif';
    font-size: 20px;
    color:#15658d;
    margin-top: 4%;
}

/* p {
    font-family: 'Open Sans', sans-serif;
    color: #15658d;
    width: 100%;
    text-align: justify;
} */

.abt-img {
    width: 100%;
    height: 20%;
}


/* .about-me {
   padding: 0 10%;
} */

.work-padding {
    padding: 0 2%;
}
