body {
    font-family: 'Calibri', Times, serif;
    margin: 0;
    padding: 0;
    color: beige;
    background-color: black;
}

@media  (max-width: 1024px) {
    .inicial {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .inicial img {
        margin: 0 auto;
    }

    .comment {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    header nav ul {
        flex-direction: column;
    }

    main .comment{
        border: none;
        width: 100%;
    }

    .Tbj {
        grid-template-columns: 1fr;
    }

    .comment form {
        flex-direction: column;
        padding: 1px;
    }

    .social {
        flex-direction: column;
        top: 1px;
    }

    footer{ 
        padding: 4px;
        margin: 0;
    }
}

.index{
    background-image: url('https://img.freepik.com/fotos-premium/impresionantes-hermosas-pinturas-paisajes-naranja-oscuro-acuamarin-claro_899449-189212.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.fond{
    background-image: url('https://i0.wp.com/www.marcelopedra.com.ar/blog/wp-content/uploads/2013/10/animated-gifs-of-fighting-game-backgrounds-18.gif?resize=800%2C336&ssl=1');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.trabajo{
    background-image: url('https://i.pinimg.com/736x/b6/5c/f1/b65cf18d25f87f2457f1143dd6ef0d22.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

header{
    background-color: rgb(206, 70, 7);
    box-shadow: 100% black;
    color: aliceblue;
}

nav ul{
    list-style: none;
    display:flex;
    justify-content: center;
}
nav ul li{
    margin: 1vw;
}

nav ul li a {
    color: aliceblue;
    text-decoration: none;

}
main{
    padding: 3rem;
} 

.inicial{
    text-align: center;
    color: white;
}

.Prisci{
    top:70%;
    width:60%;
    border-radius:50%;
}

footer{
    background-color: rgb(206, 70, 7);
    box-shadow: 100% black;
    color: aliceblue;
    text-align: center;
    position: fixed;
    width: 100%;
    height: 6%;
    bottom: 0;
    align-self: center;
}

.social{
    display: flex;
    position:fixed;
    width:8px;
    height:36px;
    bottom:0;
    right:10%;
    text-align:center;
    font-size:30px;
    z-index:100;
	}

.social a img{
    width:40px;
    height:90%;
}

.Tbj {
    display: column;
    gap: 2vw;
    text-align: justify;
    padding: 5% 5% 5% 5%;
}

.Tbj img{
    float: right;
    width: 300px;
    height: 230px;
    border: 10px solid rgb(0, 0, 0);
    margin: 2% 2% 5% 7%;
}


main h1{
    color: rgb(206, 70, 7);
    text-align: center;
}

.inicial img{
    width: 10%;
    height: 5%;
    border: 10px solid black;
}

.nomb {
    color:black
}

button{
    color:rgb(206, 70, 7);
    cursor: pointer;
}

.comment {
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    width: 30%;
    padding: 4%;
    background-color: rgb(206, 70, 7);
    border: 2px solid #ffffff;
}

.comment input, textarea {
    padding: 10px;
    border: 1px solid rgb(206, 70, 7);
    color: rgb(0, 0, 0); 
}

