*{
    margin: 0;
}

h3{
    color: crimson;
}

.texto{
    color: blueviolet;
    font-size: xx-large;
    text-align: center;
}

.box {
    width: 200px;
    height: 200px;
}


