body {
    background-color: #000000;
    background-image: url("images/bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-attachment: fixed;
}
@font-face {
    font-family: 'elite';
    src: url('images/elite.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a:link, h3:link, text:link {
    color: #ffffff;
    font-family: 'elite';
    text-decoration: none;
    font-weight: normal;
}
a:hover, text:hover {
    color: #FFFF00;
    font-family: 'elite';
    text-decoration: none;
    font-weight: normal;
}
a:visited, h3:visited, h4:visited, h5:visited, text:visited {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
h2, h3, h4, h5, text {
    font-family: 'elite';
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
}
h1 {
    color: #FFFF00;
    font-family: 'elite';
    text-decoration: none;
    font-weight: normal;
    background-color: #000000;
    font-size: 22px; 
}
.nav {
    overflow: hidden;
    background-color: #000000;
    font-family: 'elite';
    font-size: 28px;
    color: #FFFFFF;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}
.nav a {
    font-size: 28px; 
    color: #ffffff;
    background-color: #000000;
    padding: 10px 12px;
    text-decoration: none; 
}
.nav a:hover {
    background-color: #000000;
    color: #FFFF00;
}
.responsive {
    left: 50%;   
    transform: translate(-50%);
    width: 100%;
    height: auto;
    max-width: 1000px;
    max-height: 504px; position: relative;
}
.foot {
    font-family: 'elite';
    font-size: 10px;
    align-items: center;
    background-color: #000000;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    color: #FFFF00;
    justify-content: center;
    width: 100%;
}
.text {
    font-family: 'elite';
    text-align: center; 
    line-height: 2; 
    color: #ffffff; 
    padding: 0 0 0px 0;
    text-shadow: 2px 2px 10px #000000;
}
.text a:hover {
    color: #ffffff;
}
.text a {
    color: #FFFF00;
}
.img {
    border: 2px solid #FFFF00;
}