

body {
    
    color: #fff;
    background-color: #141114;
    background-image: linear-gradient(335deg, black 23px, transparent 23px),
    linear-gradient(155deg, black 23px, transparent 23px),
    linear-gradient(335deg, black 23px, transparent 23px),
    linear-gradient(155deg, black 23px, transparent 23px);
    background-size: 58px 58px;
    background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
    padding: 20px;
}
.modal-bg {
  background-color: #e1306c;
  color: white;
  opacity: 0.9;
}

.icon {
    position: relative;
    width: 260;
    height: 260px;
    margin: 20px;
    margin-top: 50px;
    border-radius: 50%;
    transition: all .8s;
    cursor: pointer;
    box-shadow:  0 0 40px #1877f2;
}

.icon:hover {
    background-color: #800080;
    box-shadow:  0 0 40px #fff;
}

.icon:hover:nth-child(2) {
    background-color: #800080;
    box-shadow:  0 0 40px #fff;
}

.icon:hover:nth-child(3) {
    background-color: #800080;
    box-shadow:  0 0 40px #fff;
}

.icon:hover:nth-child(4) {
    background-color: #800080;
    box-shadow:  0 0 40px #fff;
}

.icon img {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.delivery {
  border: 2px solid white;
  border-radius: 5px;
  text-align:center;
  color:#fff;
  background-color:#833ab4;
  font-size:25px;
}

.title {
font-size: 5em;
color:#fff;
font-family: 'Lobster Two', serif;
font-size: 60px;   
text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
animation: glow 1.5s infinite alternate;
}

.text-mini {
font-size: 2em;
color:#fff;
font-family: 'Lobster Two', serif;
text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
animation: glow 1.5s infinite alternate;
}

.btn-wsp {
color:#fff;
margin-top: 20px;
background-color: green;
}

.btn-wsp:hover {
color:#000;
}

.btn-insta {
color:#fff;
margin-top: 20px;
background-color: #e1306c;
}

.btn-insta:hover {
color:#000;
}

.footer{
    padding: 10px;
}

.neon-text {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    animation: glow 1.5s infinite alternate;
}

@keyframes glow {
    0% {
        text-shadow: 0 0 5px #ff005e, 0 0 10px #ff005e, 0 0 20px #ff005e, 0 0 40px #ff005e, 0 0 80px #ff005e;
    }
    100% {
        text-shadow: 0 0 10px #00d4ff, 0 0 20px #00d4ff, 0 0 40px #00d4ff, 0 0 80px #00d4ff, 0 0 160px #00d4ff;
    }
}

@import url(https://fonts.googleapis.com/css?family=Concert+One);



figure {
  animation:wobble 5s ease-in-out infinite;
  transform-origin:center center;
  transform-style:preserve-3d;
}

@keyframes wobble {
  0%,100%{ transform:rotate3d(1,1,0,40deg); }
  25%{ transform:rotate3d(-1,1,0,40deg); }
  50%{ transform:rotate3d(-1,-1,0,40deg); }
  75%{ transform:rotate3d(1,-1,0,40deg); }
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  }
  28%,
  33% {
    color: #ff65bd;
    text-shadow: none;
  }
  82%,
  97% {
    color: #ff2483;
    text-shadow: none;
  }
}




