h1 {color:blue;}
div {
  width: 90%;
  margin: 20px auto;
  margin-bottom: 30px;
}
.montserrat-uniquifier {
  font-family: "crossorigin", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

section {
  background-color: #B88A3A;
  color: white;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 7px solid #E1BB78;
  box-shadow: 5px 10px #B25500;
  border-radius: 50px;
  padding: 20px;
  width: 500px;
  height: 220px;
}

@keyframes div {
  from {background-color: red;}
  to {background-color: purple;}
}
h1 {
  font-size: 40px;
  text-shadow: 2px 2px 8px #FF0000;
}


h2,h3 {
  text-shadow: 2px 2px 8px #FF0000;
  font-size: 30px;
  animation: div 2s infinite;
}

p,ul {
  text-shadow: 2px 2px 8px #FF0000;
  font-size: 20px;
}
body {background:rgb(10,36,0);
background: linear-gradient(90deg, rgba(10,36,0,1) 0%, rgba(9,121,116,1) 25%, rgba(10,36,0,1) 50%, rgba(9,121,116,1) 75%, rgba(10,36,0,1) 100%);
}
