

h1{
text-align: center;
}

h2{
color: blue;
}

.AVeryBigMessage{
text-align: center;
color: red;
background-color: blue;
font-size: 1.5cm;
}

li{
color: red;
}

.TestClass{
text-align: center;
color: yellow;
background-color: black;
font-size:  2cm;
}

body{
color: blue;
background-color: BurlyWood;
}

dt{
font-size: 0.5cm;
font-weight: bold;
margin-bottom: 4px;
}

