.glow-text{
    /*font-size: 3rem;*/
    font-weight: bold;
    color: #00ff00; /* Neon Green */
    text-shadow: 0 0 2px #00ff00, 0 0 5px #00ff00, 0 0 7px #00ff00, 0 0 10px #008000;
}
 #rotating-image {
      width: 100%;
      height: auto;
    }

body{
    background-color: black;
    color:rgb(14, 174, 14);
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
}

.header-child{
    display: inline-block;
}

.header-child-img{
    width: 600px;
    height: 600px;
    position: relative;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    margin-bottom: -150px;
    overflow-x: hidden;
    z-index: -1;
}
.wrap { 
    padding: 25px; 
    text-align: center; 
    /*box-shadow: 0 4px 25px -4px #9da5ab;*/
}


article { 
    padding: 25px 0; 
    line-height: 150%; 
    text-align: left;
    min-height: 75vh; 
}


nav .item {
    text-decoration: none;
    color:hsl(0, 0%, 100%);
}
nav .active {
    border-bottom: 2px solid;   
}

@media only screen and (min-width: 768px) {
    article { 
        padding: 40px;
        padding-top:10px; 
    }
    .wrap { 
        max-width: 850px; 
        margin: 50px auto;
        padding: 30px 40px;
    }
}
    
hide_overflow {
overflow-x: hidden;
}

.menu {
    font-size:24px;
}

.link{
color:white;
}
