.index-body{
  background-image: linear-gradient(#88C8FF,#005DC2);
  margin: 0;
  height: 97vh; 
  width: 100vw;
}
.navbar{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 50px
}
.navbar a {
  color: #005DC2;
  font-size: 20px;
  padding: 10px;
}
.main-content{
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  height: 92vh;
}
audio{
  margin: 10px;
}