body{
          background-color: #222222;
       margin: 0;
    background-size: contain !important;
}

.opacity{
    background-color: #000000d6;
    padding: 16px;
    min-height: 100vh;
}

.linkBox{
  color: white;
    padding: 24px;
    border-radius: 4px;
    font-size: 22px;
    margin-bottom: 10px;
}


a{
  text-decoration: none;

}

h4{
    color: white;
    text-align: center;
    font-size: 38px;
    font-family: cursive;
        margin-bottom: 23px;

}

.linkBox svg{
  font-size: 25px;
    position: relative;
    top: 3px;
}

.linkBox a{

}

ul{
  list-style: none;
  padding: 0;
      text-align: center;
}

ul img{
    width: 52px;
    border-radius: 3px;
}

li{
      font-size: 36px;
          margin: 0px 16px;
    display: inline-block;
    
}


.linkBox h5{
  display: inline;
  margin-left: 20px;
  /* font-family: "Raleway", sans-serif !important;; */
      font-family: math;
}

.logo{
    text-align: center;
    margin-bottom: 19px;
}

img{
    width: 20%;
}

@media only screen and (max-width: 992px) {
  .linkBox{
      width: auto;
  }

  img{
    width: 65%;
  }

}