
h1 {color: red;}

p {color: green;}

p,li {color: green;}

li {list-style-type: none;}

.special {color: orange;font-weight: bold;}

li.special {color: orange;font-weight: bold;}

li em {color: rebeccapurple;}
h1 {font-size: 250%;}

h1 + p {font-size: 200%;}

ul {font-size: 180%;}

a:link {color:rgb(0, 195, 255)}
  
a:visited {color: rgb(20, 120, 175);}

a:hover  {text-decoration: none;}

body h1 + p .special {color: rgb(255, 255, 0);    background-color: black;    padding: 5px;}

h1 {text-align: center }

p,

ul {
    justify-content: center;
    width: 2300px; 
    height: 95px;
  border: 2px solid rebeccapurple;
  padding: .50em;
}

P,


li {
    
  border: 2px solid rgb(0, 0, 255);
  padding: .50em;
  font-size: 3vh;
}
p,

ul {
    
  display: flex;
  list-style: none;
}
p,

.block {
  display: block;
}

