html,body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
}
#content {
  margin-top: 100px;
  flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

.bg-mycolor {
    background-color: #222222;
}
.navbar-brand {
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
}

#li_dec, #a_dec {
    color: #fff;
    font-size: 18px;
    display: block;
    transition: transform .6s ease;
}
#li_dec :hover, #a_dec :hover {
    color: #eb5959;
    text-decoration: none;
    transform: scale(1.05);
}


#blink-2{
  color: #fff;
  animation:blur 4.1s ease-out infinite;
  text-shadow: 0 0 5px #abc, 0 0 7px #abc;
}

@keyframes blur{
  from{
      text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #7B96B8,
      0px 0px 150px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px 10px 100px #7B96B8,
      0px -10px 100px #7B96B8,
      0px -10px 100px #7B96B8;}
}

@media (max-width: 326px) {
    .navbar-brand {
        font-size: 28px;
        font-weight: bold;
    }
}

@media (max-width: 465px) {
    #myh2 {
        font-size: 20px;
    }
}