.kibotashi-poster {
    width: 180px;
    height: 180px;
    margin-left: 1em;
    margin-top: 0%;
    margin-bottom: 1em;
    position: absolute;



}

#main-nav {
    justify-content: center;
    display: flex;
    gap: 1.5rem;
    border-bottom: solid 7px;
    background-color: transparent;
    flex-wrap: wrap;
    position: relative;
    margin-top: 0px;
    background-image: url("../img/background-nav.png");

    background-size: cover;
    background-position: center;
}

#main-nav a {
    text-decoration: double;
    font-size: 2rem;
    font-weight: 200;
    font-family: "Pixelify Sans", sans-serif;
    background-image: url("../img/buttom-nav.png");
    background-size: cover;
    background-position: center;
    background-blend-mode: normal;


    color: aliceblue;
    margin-top: 0em;


}

#header-letter {
    margin: 0px 0px 0px;
    text-align: start;
}

.hero {
    position: absolute;
    width: 99vw;
    height: 100vh;


}

.hero::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/fondo-hero.png");
    background-size: cover;
    background-repeat: space;
    position: absolute;
    background-position: center center;
    filter: blur(90%);


}

.hero-character {
    position: absolute;
    top: 60%;
    left: 50%;
    width: 500px;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.start {
    width: 100px;

}



body {
    background-image: url("../img/background-website.png");

}




.container {

    display: block;
    padding: 15px 15px 15px 15px;
    margin-left: 70px;
    margin-right: 70px;


}


#inicio {
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    text-align: center;
    color: antiquewhite;
}


p {
    margin-left: 7rem;
    transform: scale(86%);
    text-align: justify;
    font-size: 1em;
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 1000;
    font-style: italic;
    color: black;
    position: relative;


}

h2 {
    text-align: center;
    color: rgb(202, 1, 142);
    font-weight: 400px;
    font-style: italic;
    font-family: "Pixelify Sans", sans-serif;
    font-size: 1em;
    position: relative;
}

.pronombres {
    background-image: url("../img/learning-section pronouns.png");


}


.pronouns-table {

    border-color: brown;
    border-width: 10px;
    border-collapse: collapse;
    border: groove 7px;
    width: 500px;
    margin: 100px auto;
    transform: translate(-50% -50%);
    font-size: 2em;
    font-family: "Pixelify Sans", sans-serif;
    color: rgb(255, 255, 2);
    background-color: rgb(7, 7, 128);
    opacity: 70%;

}

td,
th {
    border: 1px groove;
    border-spacing: 10px;
    text-align: center;
}