*{
  background-color: black;
  color: aqua;
  font-family: monospace;
}
.card{
  border: 5px solid yellow;
  padding: 40px;
  width: 500px;
  margin: 200px auto;
  border-radius: 20px;
}
.nav{
  font-size: large;
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.heading{
  font-family: sans-serif;
  color: chartreuse;
  text-align: center;
}
.logo{
  height: 75px;
  width: 75px;
}
.list{
  font-size: 20px;
}