html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  background: #0e1a25;
  font-size: 0.625em;
}

.table1 {
  display: block;
    list-style: none;
    margin: 10px;
    padding: 28px;
    padding: 2.8rem;
          font-size: 20px;
          color: #fff;
          text-align: center;
        } 
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100&display=swap');
@font-face {
  text-decoration: none;
  font-family: 'Saira Condensed', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@100&display=swap');
}

        .centero { 
          text-decoration: none;
          width: 100%;
          margin: 20px 20px;
          text-align: left;
          font-size: 24px;
          color: #fff;
          font-family: 'Saira Condensed', sans-serif;
        } 

        .centero  a:link { 
          text-decoration: none;
          width: 100%;
          margin: 20px 20px;
          text-align: left;
          font-size: 24px;
          color: #fff;
          font-family: 'Saira Condensed', sans-serif;
        } 
        .centero  a:hover { 
          color: #eef;
          opacity: 0.6;
          text-decoration: none;
          width: 100%;
          margin: 20px 20px;
          text-align: left;
          font-size: 24px;
          color: #fff;
          font-family: 'Saira Condensed', sans-serif;
        } 
        .centero1 { 
          width: 100%;
          margin: 20px 20px;
          text-align: center;
          font-size: 24px;
          color: #fff;
          font-family: 'Saira Condensed', sans-serif;
        } 
        


.soc {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 28px;
  padding: 2.8rem;
  text-align: center;
}
.soc li {
  display: inline-block;
  margin: 12px;
  margin: 1.2rem;
}
.soc a, .soc svg {
  display: block;
}
.soc a {
  position: relative;
  height: 45px;
  height: 4.6rem;
  width: 45px;
  width: 4.6rem;
}
.soc svg {
  height: 100%;
  width: 100%;
}



.shop {
  display: block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 28px;
  padding: 2.8rem;
  text-align: center;
}
.shop li {
  display: inline-block;
  margin: 12px;
  margin: 1.2rem;
}
.shop a, .soc svg {
  display: block;
}
.shop a {
  position: relative;
  height: 45px;
  height: 4.6rem;
  width: 45px;
  width: 4.6rem;
}
.shop svg {
  height: 100%;
  width: 100%;
}

.icon-1:hover, .icon-2:hover, .icon-3:hover, .icon-4:hover, .icon-5:hover, .icon-6:hover, .icon-7:hover, .icon-8:hover, .icon-9:hover, .icon-10:hover, .icon-11:hover, .icon-12:hover, .icon-13:hover, .icon-14:hover, .icon-15:hover, .icon-16:hover, .icon-17:hover, .icon-18:hover, .icon-19:hover, .icon-20:hover, .icon-21:hover, .icon-22:hover, .icon-23:hover, .icon-24:hover, .icon-25:hover, .icon-26:hover, .icon-27:hover, .icon-28:hover, .icon-29:hover, .icon-30:hover, .icon-31:hover {
  border-radius: 100%;
 
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  transition: background-color 0.5s, -webkit-transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out;
  transition: background-color 0.5s, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.icon-1 {
  color: #fff;
  fill: #eee;
}
.icon-1:hover {
color: #fff;
  vertical-align: middle;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.icon-2 {
  color: #fff;
  fill: #fff;
}
.icon-2:hover {
  background: #3B5998;
  color: #fff;
}

.icon-3 {
  color: #fff;
  fill: #d99126;
  padding-left: 10%;
}
.icon-3:hover {
  background: #2CA5E0;
   color: #fff;
}

.icon-4 {
  color: #fff;
  fill: #d9b526;
  padding-left: 12%;
}
.icon-4:hover {
  background: #6383A8;
  color: #fff;
}

.icon-5 {
  color: #fff;
  fill: #d9d926;
}
.icon-5:hover {
color: #1DA1F2;
  background: #fff;
}

.icon-6 {
  color: #fff;
  fill: #b5d926;
}
.icon-6:hover {
color: #FF0000;
  background: #fff;
}

.icon-7 {
  color: #fff;
  fill: #91d926;
}
.icon-7:hover {
  color: #fff;
  animation: glitch-effect 3s infinite;
}

.icon-7::after {
  color: #fff;
  animation: glitch-effect 2s infinite;
}

@keyframes glitch-effect {
  0% {
    left: -4px;
    top: -4px;
  }
  25% {
    left: 4px;
    top: 0px;
  }
  50% {
    left: -2px;
    top: 4px;
  }
  75% {
    left: 2px;
    top: -2px;
  }
  100% {
    left: 1px;
    top: -3px;
  }
}

.icon-8 {
height: 20%;
  color: #fff;
  fill: #91d926;
  background: #EE1D52;
}
.icon-8:hover {
color: #fff;
  background: #EE1D52;
  border: 1px solid #69C9D0;
}


