body
{background-color:lightblue; font-family:Verdana,Tahoma,sans-serif;
}
h1{color: white;
background-color:lightblue;
margin-bottom:20px;
margin-top:20px;
padding:10px;
border:10px solid blue;
height: 30px;
font-size:40px;
}

h2{color: black;
background-color:white;
border:10px solid blue;
}
.parrafo{color: orange;}
.text-danger{color: red;}
.box{background-color: gray;}
.text-color{color:green;}
.text-center{text-align:center;}

p{
margin:10px;
text-align:justify;
font-size:20px;
font-weight:bold;
font-style:italic;
}

.nombre{background-color:lightgreen;}











