/* SELECTORES DE ETIQUETAS HTML */

body {
    background-color: #EBE6FE;
}

h1 {
    color: white;
    background-color: #563CB0;
    font-size: 35px;
}

h2 {
    color: #563CB0;
    background-color: ;
    font-size: 30px;
}