* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/fundosamuraiazul.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

#bodyback {
    background-color: black;
}

/* logo */
header>section {
    position: relative;
    width: 150px;
    height: 100px;
    background: url(../img/murazorcell.png) no-repeat center;
    background-size: contain;
    z-index: 1;
    margin-top: 50px;
}

/* Brilho neon por trás da imagem */
header>section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #ff0000 2%, transparent 10%);
    filter: blur(40px);
    z-index: -1;
}

/* imagem da barra de navegacao */
nav {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/bg-nav.png);
    background-size: contain;
    cursor: pointer;
    margin: auto;
    width: 92vw;
    height: 56px;
    padding: 20px;
}

nav>a {
    text-decoration: none;
    padding: 30px;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
}

nav>a:hover {
    color: red;
}

menu {
    display: none;
    height: 210px;
    margin-right: 50px;
    width: 100%;
}

menu>ul {
    list-style-type: none;
}

menu>ul>li>a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    text-align: center;
}

#menorquecell {
    height: 100vh;
    border: 0.3rem solid;
    border-image-source: url(../img/fundo3main.jpg);
    border-image-slice: 100;
}

#menorquecell>h1 {
    color: white;
    background-color: black;
    width: 100%;
    border-radius: 5%;
    border: 1px solid rgb(255, 0, 0);
    padding: 5px;
}

#noticias {
    color: white;
    height: 100vh;
    border: 0.3rem solid;
    border-image-source: url(../img/fundo3main.jpg);
    border-image-slice: 100;
}

#aparte {
    height: 100vh;
    border: 0.3rem solid;
    border-image-source: url(../img/fundo3main.jpg);
    border-image-slice: 100;
    background-color: rgba(0, 0, 0, 0.123);
}

#aparte>h1 {
    color: white;
    width: 100%;
    padding: 5px;
}

#aparte>a {
    text-decoration: none;
    color: white;
}

#aparte a:hover {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

footer {
    width: 100vw;
    height: 100px;
    background-color: rgb(0, 0, 0);
    color: white;
}

footer>p {
    text-align: center;
    font-size: 0.7em;
    padding-top: 10px;
}

footer a:hover {
    font-size: 1.2em;
    font-weight: bold;
    color: rgb(192, 1, 1);
}

#esquecisenha {
    margin-left: 33px;
}

#logincell>#entrarcell:hover {
    font-weight: bold;
    background-color: rgba(184, 1, 1, 0.918);
    color: white;
    border: 1px solid white;
}

#logincell>span {
    color: rgb(255, 255, 255);
    font-size: 1.5em;
}

#fundomain {
    background-color: black;
}

#noticias>#registro {
    width: 44vw;
    height: 35px;
    margin: auto;
    border: 1px solid red;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    background-color: rgb(0, 0, 0);
}

#registro>p {
    text-align: center;
}

#cadastrar {
    transform: translateY(-27px);
    width: 150px;
    background-color: black;
    color: white;
    border: 1px solid rgb(255, 0, 0);
    font-size: 1.2em;
}

#nomeusu,
#email,
#senha,
#deletechar {
    height: 6vh;
    border-radius: 6px;
}

#entrartxt {
    background-color: white;
    color: black;
}

#entrartxt:hover {
    background-color: rgb(202, 2, 2);
    color: white;
    border: 1px solid white;
    font-weight: bold;
}

div.retorno1>p {
    background-color: green;
    font-weight: bold;
    color: white;
    font-style: italic;
}

#logoutphp>a {
    text-decoration: none;
    color: white;
}

#painelstyle {
    width: 100%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.658);
    margin-top: 10px;
    border: 0.3rem solid;
    border-image-source: url(../img/fundo3main.jpg);
    border-image-slice: 100;
}

#divcentro {
    color: white;
    background-color: black;
    width: 100%;
    border-radius: 5%;
    border: 1px solid rgb(255, 0, 0);
    padding: 5px;
}



.login-form {
    margin-top: 25px;
    width: 300px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-form h2 {
    font-size: 24px;
    font-weight: bold;
}

.login-form p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button[type="submit"] {
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button[type="submit"]:hover {
    background-color: #c90000;
}

#caixalogin {
    background-color: black;
    color: white;
    display: block;
}

#acesse>p {
    color: red;
}

#botão {
    border: 1px solid white;

}

main {
    background-image: url(../img/shura-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
}

#comprarcoins> {
    color: yellow;
}
#login-acess{
    background-color: #ff00003f;
}