body {
    background-image: url(fnaf6-room.webp);
    background-size: cover;
    backdrop-filter: blur(3px);
}

p {
    color: white;
    font-family: 'Play', sans-serif;
    font-size: 16px;
}

h1 {
    font-family: 'Bebas Neue', sans-serif;
    color: white;
    font-size: 1.875rem;
}

h2 {
    color: white;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.125rem;
}

hr {
    border: 1px dotted white;
}

.cabeçario {
    text-align: center;
    margin-top: 20px;;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px;
}

.moldura {
    width: 100%;
    text-align: center;
}

.SAI-DE-CIMA {
    margin-top: 50px;
}

.cenas {
    margin-top: 50px;
}

.card1 {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    padding-left: 1px;
    background-color: rgba(255, 124, 2, 0.349);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.card1 img {
    max-width: 100%;
    height: auto;
}

.card1 h2 {
    text-align: center;
    color: #f5f5f5;
}

.card1 p {
    color: #f5f5f5
}

.card2 {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    padding-left: 15px;
    background-color: rgba(217, 255, 2, 0.082);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.card2 img {
    max-width: 100%;
    height: auto;
}

.card2 h2 {
    text-align: center;
    color: #f5f5f5;
}

.card2 p {
    color: #f5f5f5
}

.card3 {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    padding-left: 15px;
    background-color: rgba(255, 95, 2, 0.301);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.card3 img {
    max-width: 100%;
    height: auto;
}

.card3 h2 {
    text-align: center;
    color: #f5f5f5;
}

.card3 p {
    color: #f5f5f5
}

.card4 {
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    padding-left: 15px;
    background-color: rgba(2, 2, 2, 0.301);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.card4 img {
    max-width: 100%;
    height: auto;
}

.card4 h2 {
    text-align: center;
    color: #f5f5f5;
}

.card4 p {
    color: #f5f5f5
}

.personagens {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
}

/* .menuOpçoes {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    list-style: none;
}

#menuIcon {
    display: none;
} */



/* .responsivo {
    display: none;
} */

.helpy {
    display: none;
}

@media (max-width: 800px) {
    nav {
        display: none;
    }

    .helpy {
        display: flex;
        justify-content: flex-start;
        width: 30px;
        height: 65px;
    }

    p {
        font-size: 14px;
    }
}
