
body{
    background-color: #dcdcdc;
}


/* Para centrar una imagen */

.content{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
      
.logo img{
    max-width: 100%;
}