a:hover {
	text-decoration: none;
  background-color: #0E365D;
  color: #ddd;
  padding: 0.3em;
}
h1 {color:blue;}
h1 {color:maroon;}
div {background-color: tan;}
h1, h2 {text-align:center;}
p {color:blue;}
a {color:red;}
body {background-color:green ;}
span {text-decoration: line-through;}
p {text-align:center;}
a {text-align:center;}
ol {text-align:center;}
h1, h2 {font-family: "Montserrat", sans-serif;}
ul {text-align:center;}
h2 {color:maroon}
div {text-align:center;}

.responsive {
	display: inline-block;
  max-width: 100%;
  height: auto;}

list-container {
	text-align: center;
}
.list {
	display: inline-block;
  text-align: left;
}
.owls {
	background-color: #E4FFF5;
  border: inset 5px #53EAB5;
  padding: 20px;
  margin: 0 20px 25px;
  box-shadow: 1px 1px 10px black;
  text-align: center;
  border-radius: 20px;
}