.head{
 text-align: center;
 font-size: 66px;   
}
.content{
    font-size: 18px;
    text-align: center;
    margin-left: 25%;
    width: 50%;
}
html{
    overflow: hidden;
}
.BS{
    width: 30%;
    margin-left: 35%;
}
.logo{
    width: 60px;
    height: 60px;
}
#navbar-brand{
    font-size: 40px;
}
@media screen and (max-width: 1000px) {
    .head{
        font-size: 60px;
    }
    .logo{
        width: 40px;
        height: 40px;
    }
    #navbar-brand{
        font-size: 20px;
    }
    .head{
        font-size: 40px;
    }
    .navbar-text{
        font-size: 20px !important;
        margin-left: 0% !important;
    }
    html{
        overflow: scroll !important; -ms-overflow-style: none;scrollbar-width: none;
    }
}
html{
    overflow: hidden;
}
.navbar-nav li a:hover{
    font-size: 20px !important;
    color: white;
}
.glow {
    font-size: 80px;
    color: #fff;
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px navy, 0 0 40px navy, 0 0 50px navy, 0 0 60px navy, 0 0 70px navy;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px navy, 0 0 40px navy, 0 0 50px navy, 0 0 60px navy, 0 0 70px navy, 0 0 80px navy;
    }
  }
  body{
    background: linear-gradient(to right, #000046, #1cb5e0);
    color: white !important;
  }