body
{
    margin:0px;
    font-size:40px;
  background-image: url('images/ruppee.png');
}

.topNavigationLinks
{
width:100%;
opacity: 0.9;
background-color:#333;
}
.topNavigationLinks a
{
text-decoration: none;
color: white;
}
.topNavigationLinks a:hover
{
background-color:white;
text-decoration: underline;
color: red;
}
.topNavigationLinks a:visited
 {
  background-color: #04AA6D;
  color: white;
}
.HeadingAboutApp
{
text-align:center;
width:50%;
background: rgba(8, 180, 218, 0.9);
}
.HeadingAboutApp h1
{
font-size:40px;
color:#000;
}
.HeadingAboutApp p
{
font-size:30px;
color:#fff;
}
#HowAppLooks
{
width:20%;
height:20%;
}
#HowAppLooks:hover
{
width:20%;
height:20%;
transform: scale(1.1);
}