@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Cursive:wght@400..700&display=swap');

body {
    margin: 0px;
    /* height: 100vh; */
    background-image: url("https://images.unsplash.com/photo-1582489853490-cd3a53eb4530?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    /* background-image: url("../images/fondo.png"); */
    /* background-image: url("../images/rlabs.png"); */
    border-image-width: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}


* {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.elFlex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.formulario {
    box-shadow: 5px 5px 35px black;
    border-radius: 50px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.6);
}

body {

    /*     background-image: linear-gradient(to bottom, white, rgb(45, 82, 54, 0.5)); */
}

.cuadricula {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;


}

.titulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px;
}

.verde {
    color: rgb(37, 114, 37);
}

.labremoto {
    /* text-shadow: 5px 5px 65px black; */
    font-family: "Edu NSW ACT Cursive", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    
    text-shadow: 5px 5px 5px gray;
}

.lafoto {
    width: 200px;
    height: 200px;
}

@media (max-width: 500px) {
    .verde {
        font-size: 8px;
        margin: 1px;
    }

    .lafoto {
        width: 80px;
        height: 80px;
    }

    .labremoto {
        text-shadow: 5px 5px 65px black;
        font-size: 20px;
    }

}