#contenedor{
    background: linear-gradient(160deg,#667eea 0%, #764ba298,#00c298);
    width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    outline-style: none;

}

.title{
    text-align: center;
    font-size: 3em;
    color:#800080;
}
#color{
    color:#800080;
}

div{
    border-style: none;
    border-radius: 25px;
    padding: 25px;
    
}
#margin{
    border-style: solid;
    border-color: white;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}
        h3{
            color: white;
            background:black;
            text-align: center;
            font-size: 45px;
            padding: 40px;
            border-radius: 30px;
            
        }
        p{
            background: #d3c6c6;
            color: aqua;
            text-align: center;
            font-size: 35px;
            padding: 30px;
            margin: 50px;
            border-radius: 30px;
            width: 500px;
        }
        pre{
            background: #00ceff;
            color: #000aff;
            text-align: center;
            font-size: auto;
            
            border-radius: 50px;
            width: 600px;
        