body{
  font-family:monospace;
  }

h1,
h2,
p,
ul,
ol{
  color: green;
}



a {
    color: hotpink;
}
a:visited{
    color:rebeccapurple;
  }
a:hover{
    text-decoration:none;
    font-weight:bold;
  }


.red_cities {
    color:red;
  }
  
li em {
  color:blue;
  }
  
h1 + p {
  font-size: 300%;
  text-align:center;
  }
  
.rectangle{
  margin:30px;
  width:150px;
  height:100px;
  background-color:plum;
  }
.rectangle-text,h1{
  text-align:center;
  }
  
.neocities-logo{
  float:right;
  }
