body{

    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Times New Roman';
    font-size: 1.3rem;
 
   
}

.container{
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
  /*  border: 3px solid black;*/
    display: flex;
    position: relative;
    align-items: center;
     justify-content: center;
   
    width: 100dvw;
    height: 100dvh;
   
   

}

.imgfondo{
    box-sizing: border-box;
    padding: 0px;
   

    position: absolute;
    top: 0px;
    left: 0px;
    width: 99.9vw;
    height: 99.9dvh;



}

.imgfondo img{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.imagen{
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
   position: relative;
    align-self: baseline;
    margin-top: 7%;
 width: 50%;
 height: 200px;
  
   
}

.imagen img{
    object-fit: cover;
    width: 100%;
    height: 100%;
  
    
}

.parrafo{

    display: flex;
    box-sizing: border-box;
    justify-content: center;
 
    position: absolute;
  
    text-align: center;
   
}






