/* Main Stylesheet */

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}
.uper-footer{
    width: 100%;
    height: 60px;
    background-color:blue;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.nav{
    width: 100%;
    height: 140px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color:aqua
 list-style: none; 
    /* display: none; */
}

header {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 2rem 0;
}

section {
  padding: 2rem;
}
