@font-face {
    font-family: 'LethalFont';
    src: url('../../folder/3270-Regular.ttf') format('truetype');
}

body{
    position: sticky;
    margin: 0;
    padding: 0;
    background-color: black;
}
body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image:url('../../video/moons/LethalMoonGif.gif');
    background-size: cover;
    opacity: 0.5;
    z-index: -1; 
}
/* Header */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10% 5px 0;
    background-color: rgb(193, 33, 33);
}
header nav a {
    font-family: LethalFont;
    font-size: 40px;
    color: black;
    text-decoration: none;
}
.lethallogo {
    cursor: pointer;
    width: 160px;
    height: 65px;
    padding: 0;
    margin-left: 2%;
    padding-left: 1em;
}
.navigation__bar__links {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}
.navigation__bar__links li + li {
    border-left: 5px solid black;
    padding-left: 20px;
}
.navigation__bar__links a:hover {
    color: rgb(193, 33, 33);
    background-color: black;
}

.entities__container{
    position: absolute;
    top: 15em;
    left: 10%;
    right: 10%;
    border: 2px solid rgb(193, 33, 33);
    padding: 0 0 0 0;
    background-color: rgba(10, 2, 2, 0.9);
    
}
.entities__title{
    font-size: 3.5em;
    color: white;
    font-family: LethalFont;
    display: flex;
    justify-content: center;
}
