body{
    margin: 0;
}

@font-face {
    font-family: Lemon Milk;
    src: url(LEMONMILK-Regular.otf);
}

/* bread crumbs */
.header{
    margin: 50px 80px;
}

.navigation {
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    font-size: 13pt;
    font-weight: 400;
    color: #005691;
    background-color: none;
}

.navigation a {
    text-decoration: none;
    color: #005691;
}
/* bread crumbs end */

/* project information */
.project{
    margin-left: 80px;
    margin-right: 80px;
    
}
.project>h1{
    font-family: Lemon Milk;
    font-weight: 500;
    color: #005691;
    font-size: 100pt;
    margin-top: 50px;
    margin-bottom: 50px;
}

.container{
    display: flex;
    margin-bottom: 50px;
}

.text-container{
    width: 100%;
    margin-left: 100px;
    margin-right: 100px;
}

.text{
    border-bottom: 1px solid #005691; 
}

.text h4 {
    font-family: "Public Sans", sans-serif;
    color: #005691;
    font-size: 15pt;
}

.info {
    margin-bottom: 50px;
}

.info p {
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    color: #005691;
    font-size: 18pt;
    text-align: left;
}

/* project information end */

/* project explanation */
.explanation{
    background-color: #005691;
    padding: 20px 50px;
    text-align: center;
    color: #FFFFFF;
}

.explanation p {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 15pt;
    margin: 10px 50px 0 50px;
    line-height: 25px;
}
.bottom-content{
    display: flex;
    justify-content: center;
    margin:30px;
}

.bottom-content img {
    display: inline-block;
    margin: 20px 50px;
}
/* project explanation end */

/* <!-- footer start --> */
.footer {
    background: #005691;
    justify-content: center;
    align-items: center;
    border: 3px;
    padding: 30px 0 10px 0px;
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.icon-socmed {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 10px 0 10px 0;
}

.icon-socmed a {
    padding: 10px;
}

p {
    color: #ffffff;
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: small;
    font-style: italic;
    padding-bottom: 20px;
    text-align: center;
}

/* footer css end */