*{
    text-decoration: none;
    font-family: Arial;
    padding: 0;
    margin: 0;
    font-size: 20px;
    box-sizing: border-box;
}
.nav-link{
    color:white;
}
.row img{
    height: 300px;
    margin: 0 auto;
}
h5{
    font-weight: bold;
}
.navbar {
    background-color: #1f1e33 !important;
}
body{
    background-image:url(noon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer {
    background-color: #1f1e33;
    color: white;
    padding: 30px 0;
    margin-top: 30px;
}