html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.hero.is-info {
  background: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('./images/underwater-seaweed-sunny.webp') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero .subtitle {
  padding: 3rem 0;
  line-height: 1.5;
}

.content ul{
  padding: 0;
  margin: 0;
  }
  .content ul li{
  list-style-type: none;
  text-align: center;
  padding: 5px;
  }
  .content ul li a{
  color: #fff;
  font-size: 18px;
  }
  .content ul li a:hover{
  color: #ddd;
  }
  h6{
  text-align: center;
  color: #fff !important;
  font-size: 30px !important;
  margin-bottom: 25px !important;
  }