
#contenedor{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    min-height:30vh;
    width:45vh;
    max-width: 600px;
    background-color:white;
    border:4px solid black;
}

body{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    text-align:center;
    background-color:blue;
}

#color{
    font-family:Verdana, sans-serif; 
}

#boton{
    font-family:Verdana, sans-serif;
    font-size:1rem;
    font-weight:bold;
    color:black;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    width:80%;
    height:80%;
    margin:15px 0; 
    background-color:blue;
    border-radius:3px;
    
}

