@charset "UTF-8";
/* CSS Document */

body{
    background: #684682;
}

#contenedor
{
     background-color: #684682;
     display: flex;
     justify-content: center;
     height: 100vh;

     
}

#logo{
   /*display:block;*/
   margin:auto;
}