body,h1 {font-family: "Raleway", sans-serif}
body, html {
  background-color:#08172e!important;height: 100%;
}
.bgimg {
  background-image: url('back2.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}

.img{
  width: 100px;
}
.list{
  margin: 5px;
  display: table;
}
.list .tab{
  margin: 5px;
  padding: 1rem;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 90px;
  width: 90px;
  box-shadow: 4px 3px 10px #051025;
  vertical-align: middle;
}
.list .tab .img{
  width: 50px;
  height: 50px;
}
.list .tab .title{
  display: block;
  text-decoration: none;
  color: #ccc;
}