body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(148, 141, 141);
}

.header {
    width: 100vw;
    height:  100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    overflow: hidden;
}

.nav {
    cursor: pointer;
    text-align: center;
    margin-top: 0px;
    background-color: white;
    padding-top: 10px;
    margin-bottom: 10px;

}

.nav a {
    text-decoration: none;
    background-color: rgb(61, 66, 64);
    border-radius: 100px;
    padding: 10px;
    color: black;
    font-family: "Playwrite HU", cursive;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    margin-right: 100px;
    border: 2px solid #000;
    box-shadow: 4px 4px 10px rgb(255, 255, 255);
}

#about-me{
    min-height: 100vh;

}

#projects{
    min-height: 100vh;
}

#Contact{
    min-height: 100vh;
}

.por{
    justify-content: center;
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
}

.por h1{
    margin-top: 20px;
    margin-bottom: 100px;
}

.Hoja_de_vida{
    text-align: center;
    margin-bottom: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    background-image: url('1.jpg');
    background-size: cover;
}
.Hoja_de_vida img {
    order:2;
    width: 200px;
    height: 200px;
    background-image: url('1.jpg');
    background-size: cover;

    
}
.Hoja_de_vida a{
    order: 1;
    text-decoration: none;
    background-color: #004aad;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.Hoja_de_vida a:hover{
    background-color: #00337a;
}

.sitio_web_semantico{
    text-align: center;
    margin-bottom: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('ropa.jpg');
    background-size: cover;
}
.sitio_web_semantico img{
    order:2;
    width: 200px;
    height: 200px;
    background-image: url('1.jpg');
    background-size: cover;
}
.sitio_web_semantico a{
    order: 1;
    text-decoration: none;
    background-color: #004aad;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
     box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.sitio_web_semantico a:hover{
    background-color: #00337a;



}
.restaurante{
    text-align: center;
    margin-bottom: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('perro.jpg');
    background-size: cover;
}
.restaurante img{
    order:2;
    width: 200px;
    height: 200px;
    background-image: url('perro.jpg');
    background-size: cover;
}
.restaurante a{
    order: 1;
    text-decoration: none;
    background-color: #004aad;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
     box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.restaurante a:hover{
    background-color: #00337a;
}

.feria{
    text-align: center;
    margin-bottom: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('manrique.jpg');
    background-size: cover;
}
.feria img{
    order:2;
    width: 200px;
    height: 200px;
    background-image: url('manrique.jpg');
    background-size: cover;
}
.feria a{
    order: 1;
    text-decoration: none;
    background-color: #004aad;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    transition: background-color 0.3s ease;
     box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.feria a:hover{
    background-color: #00337a;
}