@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
*{
    box-sizing: border-box;

}

body{
    background-image: url(../img/fon.jpg);
    background-size: cover;
    margin: 0;
    /* overflow: hidden; */
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
}
.header img:first-child{
    width: 80px;
    height: 100%;
}
.logo{
    display: flex;
    padding: 5px 0px;
}
.resau{
    padding-left: 20px;
    width: 300px;
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: space-between;
}
i{
    color: gray;
}
.twitch:hover{
    color: #8c00ff;
}
.youtube:hover{
    color: #ff0000;
}
.tiktok:hover{
    color: #5e61b0;
}
.twitter:hover{
    color: #00bfff;
}
.instagram:hover{
    color: #ff70d2;
}
.header{
    display: flex;
    background-color: black;
    border-bottom: 2px solid aqua;
    margin-bottom: 8px;
}
.hdrp{
    color: white;
    font-size: 40px;
    margin: 0;
    display: flex;
    align-items: end;
    font-family: 'Carter One', cursive;
}
.contener{
    width: 1200px;
    margin: auto;
}
nav{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.navAbso{
    position: relative;
}
.burgerMenu{
    background-color: transparent;
}
.burger{
    position: absolute;
    right: -250px;
    top: 60px;
    width: 250px;
    /* background-color: #223044; */
}

.header a{
    color: gray;
    text-decoration: none;
    font-weight: 700;
    font-size: 30px;
}
.header a:hover{
    color: aqua;
}
.active{
    color: aqua !important;
}
ul, .navAbso{
    list-style-type: none;
    display: flex;  
    padding: 0;
    width: 100%;
    justify-content: space-around;
}


/* user */

.user-conected{
    background-color: black;
    min-height: 20px;
    color: white;
}
.user-disconecter{
    display: none;
    background-color: black;
    min-height: 20px;
}
.user-disconecter a{
    color: white;
}
/* FOOTER */
.footer{
    position:absolute;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    background-color: black;
    border-top: 2px solid aqua;
}
footer{
    width: 100%;
    margin-top: 20px;
    padding: 20px 0px;
    background-color: black;
    border-top: 2px solid aqua;
}
.ftr{
    display: flex;
    width: 80%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.ftrimg{
    width: 60px;
}
.mail{
    color: white;
}
footer a{
    text-decoration: none;
    color: white;
}