body {
  background-color: aqua;
}
h1 {
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
}
p {
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  color: olivedrab;
}
ul {
  list-style-type: armenian;
}

a:link {
  color: red;
}

a:visited {
  color: blue;
}

a:hover {
  color: burlywood;
}

a:active {
  color: blueviolet;
}

#local {
  height: 200px;
  width: 200px;
}
#extern {
  height: 150px;
  width: 150px;
}
#borderedP {
  border-style: dotted;
  border-color: black;
}
#strikeH1 {
  text-align: center;
  text-decoration: line-through;
}
