@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Silkscreen:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Concert+One&display=swap');
@media screen and (min-width: 720px) {

html, body {
    background-image: url(./images/imagenFondoPasoIllia.png);
    width: 100vw;
    height: 100vh;
}

.button{
    background-color: lightcoral;
    border: red solid 3px;
    border-radius: 7px;
    text-decoration: none;
    position: fixed;
    color: rgb(31, 31, 90);
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.button:hover {
    background-color: red;
    color: white;
 }
 
header {
    background-color: lightcoral;
    width: 30vw;
    height: 20vh;
    position: fixed;
    left: 65vw;
    top: 1vh;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: rgb(31, 31, 90);
    text-align: center;
    border: 5px solid red;   
}

main {
    background-color: lightcoral;
    width: 30vw;
    height: 40vh;
    position: fixed;
    left: 10vw;
    top: 10vh;
    font-family: "Concert One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgb(31, 31, 90);
    text-align: justify;
    border: 5px solid red;
    border-radius: 5px;
}

.images01 {
    width: 25vw;
    height: 40vh;
    position: fixed;
    left: 20vw;
    top: 55vh;
} 

.images01:hover {
    border: 5px solid red;
    border-radius: 5px;
    cursor: pointer;
}

section {
    background-color: lightcoral;
    width: 30vw;
    height: 25vh;
    position: fixed;
    left: 65vw;
    top: 70vh;
    font-family: "Concert One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-align: justify;
    border: 5px solid red;
    border-radius: 5px;
}

article {
    background-color: lightcoral;
    width: 35vw;
    height: 34vh;
    position: fixed;
    left: 55vw;
    top:30vh;
    align-items: center;
}

iframe {
    width: 35vw;
    height: 34vh;
    position: fixed;
    left: 55vw;
    top: 30vh;
}

.iframe01:hover {
    border: 5px solid red;
    border-radius: 5px;
}
}

@media screen and (max-width: 720px) {

    html, body {
        background-image: url(./images/imagenFondoPasoIllia.png);
        width: 100vw;
        height: 100vh;
    }
    
    .button{
        background-color: lightcoral;
        border: red solid 3px;
        border-radius: 7px;
        text-decoration: none;
        position: fixed;
        color: rgb(31, 31, 90);
        font-family: "Silkscreen", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        text-align: center;
        padding: 15px;
        cursor: pointer;
    }
    
    .button:hover {
        background-color: red;
        color: white;
     }

     header {
        background-color: lightcoral;
        width: 30vw;
        height: 15vh;
        position: fixed;
        left: 65vw;
        top: 1vh;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: rgb(31, 31, 90);
        text-align: center;
        border: 5px solid red;   
    }
    
    main {
        background-color: lightcoral;
        width: 30vw;
        height: 45vh;
        position: fixed;
        left: 10vw;
        top: 15vh;
        font-family: "Concert One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        color: rgb(31, 31, 90);
        text-align: justify;
        border: 5px solid red;
        border-radius: 5px;
    }
    
    .images01 {
        width: 45vw;
        height: 35vh;
        position: fixed;
        left: 10vw;
        top: 65vh;
    } 
    
    .images01:hover {
        border: 5px solid red;
        border-radius: 5px;
        cursor: pointer;
    }
    
    section {
        background-color: lightcoral;
        width: 30vw;
        height: 25vh;
        position: fixed;
        left: 65vw;
        top: 70vh;
        font-family: "Concert One", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        text-align: justify;
        border: 5px solid red;
        border-radius: 5px;
    }
    
    article {
        background-color: lightcoral;
        width: 40vw;
        height: 34vh;
        position: fixed;
        left: 60vw;
        top:30vh;
        align-items: center;
    }
    
    iframe {
        width: 40vw;
        height: 35vh;
        position: fixed;
        left: 60vw;
        top: 30vh;
    }
    
    .iframe01:hover {
        border: 5px solid red;
        border-radius: 5px;
    }


}














