@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;700&display=swap');

.resize {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #ffd9d9, #f1ff89);
    background-repeat: no-repeat;      
    background-size: cover;           
    background-position: center;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
}

h1 {
    display: flex;
    font-family: 'Abhaya Libre';
    font-size: 64px;
    justify-content: center;
    margin-top: 70px;
}

.h1p {
    display: flex;
    font-family: 'Abhaya Libre';
    font-size: 24px;
    color: #9B9B9B;
    justify-content: center;
    margin-top: -50px;
}

.bienvenida {
    display: flex;
    width: 1307px;
    height: 414px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 70px 40px 40px 40px;
    margin-bottom: 50px;
}

.h2bienvenida {
    font-family: Jua;
    font-size: 48px;
    display: flex;
    justify-content: center;
}

.h2text {
    display: block;
    padding:0;
    margin: -30px 0 0 40px;    
}

.textbienvenida {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-top:-9px;
}

.fotopersonal {
    display: flex;
    position: absolute;
    padding: 0;
    margin: 8px 0 0 1000px;
}

.desarrollador {
    display: flex;
    width: 1310px;
    height: 414px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 70px 40px 40px 40px;
    margin-bottom: 50px;
}

.h2desarrollador {
    font-family: Jua;
    font-size: 48px;
    display: flex;
    justify-content: center;
}

.h2text2 {
    display: block;
    padding:0;
    margin: -30px 0 0 40px;     
}

.textdesarrollador {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-top:-9px;
}

.programacion {
    display: flex;
    width: 1307px;
    height: 414px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 70px 40px 40px 40px;
    margin-bottom: 50px;
}

.h2programacion {
    font-family: Jua;
    font-size: 48px;
    display: flex;
    justify-content: center;
}

.h2text3 {
    display: block;
    padding:0;
    margin: -30px 0 0 40px;     
}

.textprogramacion {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-top:-9px;
}

.pasiones {
    display: flex;
    width: 1307px;
    height: 414px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 70px 40px 40px 40px;
    margin-bottom: 50px;
}

.h2pasiones {
    font-family: Jua;
    font-size: 48px;
    display: flex;
    justify-content: center;
}

.h2text4 {
    display: block;
    padding:0;
    margin: -30px 0 0 40px;     
}

.textpasiones {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-top:-9px;
}

.contacto {
    display: flex;
    width: 1306px;
    height: 322px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
    margin: 70px 40px 40px 40px;
    margin-bottom: 50px;
}

.h2contacto {
    font-family: Jua;
    font-size: 48px;
    display: flex;
    justify-content: center;
    margin-left: 535px;
}

.h2text5 {
    display: block;
    padding:0;
    margin: -30px 0 0 40px;     
}

.textcontacto {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-top:5px;
}

.textcontacto2 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-top:70px;
}
