@import url('https://fonts.googleapis.com/css2?family=Italianno&family=Playwrite+AU+QLD&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Italianno&family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&family=Playwrite+AU+QLD:wght@300&display=swap');

*{
    margin: 0;
    padding: 0;
}


body{
    font-family:Arial, Helvetica, sans-serif;
    background-color: rgb(1, 100, 1);
    color: white;
    line-height: 1.6;
}

/* HEADER */

h1{
    font-family: "Playwrite AU QLD", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
    text-decoration: underline;
}

header{
    text-align: center;
    color: white;
    background-color: rgb(197, 2, 2);
    padding: 10px;
}

/* MAIN */
.hero{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/heropastas.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
    text-align: center;
    color: rgb(240, 237, 237);
    font-family:Georgia, 'Times New Roman', Times, serif;
    padding: 15px;
}

.hero div{
    margin-top: 125px;
    color: rgb(224, 220, 220);
    background-color: rgba(0, 0, 0, 0.5);
}

nav a{
    text-decoration: none;
    color:white;
    padding: 15px;
}

div{
    background-color: rgb(197, 2, 2);
    color: rgb(238, 240, 235);
    text-align: center;
    padding: 40px;
    margin: 60px 400px;
    border-radius: 10px;
    border: 2px solid black;
}

img{
    width: 400px;
    height: 250px;
    border-radius: 10px;
    border: white;
    margin: 5px;
}

.imagen:hover{
  transform: scale(1.1);
  box-shadow: 0 0 20px rgb(48, 15, 15);
}

p{
    margin: 10px;
}

.h3{
    font-size: 30px;
    text-decoration: underline;
    color: rgba(247, 231, 205, 0.973);
}

.h33{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    margin-top: 15px;
}

.final{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    /* font-size: px; */
    margin-top: 15px;
}


/* FOOTER */
footer{
    text-align: center;
    color: rgb(221, 217, 217);
    background-color: rgb(197, 2, 2);
    padding: 1px;  
} 

footer a{
    color: rgb(217, 221, 221);
}