body{
    margin: 0;
    background-color: black;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;
}
h1{
    color: #EFA23A;
    font-size: 24px;
    text-align: center;
    font-family: "barracuda1";
}
h2{
    color: #EFA23A;
    font-size: 16px;
    margin-left: 8vw;
    margin-right: 8vw;
    font-family: "barracuda2";
}
p{
    color: #fff;
    font-size: 16px;
    margin-left: 8vw;
    margin-right: 8vw;
    margin-top: -10px;
    font-family: "barracuda2";
}
img.nighthawk{
    display: block;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
h2 a.nhonneo{
    color: #EFA23A;
    text-decoration: none;
}
a{
    color: #ec4444;
    text-decoration: none;
}
#bgnhv{
    position: absolute;
    top: 0;
    left: 0;
    height: 1250px;
    z-index:-100;
}
/* copy and paste static nav START*/
nav{
    position:fixed;
    height: 100%;
    width: clamp(10vw);
    right: 0vw;
    text-align: center;
}
.open-sidebar-button{
    display: block;
}
.close-sidebar-button{
    display: none;
}
#sidebar-active{
    display: none;
}
.page-container{
    position: relative;
    height: 100%;
    right: -100vw;
    display: flex;
    flex-direction: column;
    z-index: 10;
    transition: 0.5s ease-out;
    font-family: "barracuda2";
    font-size: 20px;
}
nav a:link, a:visited{
    padding: 10px;
    text-decoration: none;
    color: #ec4444;
    background-color: black;
}
nav a:hover{
    backdrop-filter: blur(3px);
    background-color: rgba(130, 26, 26, 0.5);
}
#sidebar-active:checked ~ .page-container{
    right: 0vw;
}
.home-icon{
    width: 100px;
    padding: 20px;
}
/* copy and paste static nav END*/