body {
  background: #479635;
}
.par {
  color: #000;
  font-size: 20px;
    font-family: arial, serif;
}
.miniPar {
  color: #000;
  font-size: 15px;
    font-family: arial, serif;
}
.title {
  font-weight: bold;
  color: #e60e0e;
  font-family: cursive;
  text-align: center;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 30%);
  font-size: 40px;
}
.subtitle {
    font-weight: bold;
    color: #000;
    font-family: arial, serif;
    text-align: center;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 30%);
    font-size: 30px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.link {
  font-weight: bold;
  color: #0c32f1;
  font-family: cursive;
  font-size: 20px;
}
h3 {
  color: black;
  font-family: monospace;
  font-size: 28px;
  text-align: center;
}
ol {
  font-size: 20px;
  margin-left: 20px
}
ul {
  font-size: 20px;
}
button {
  padding: 5px 15px;
  background-color: #b69ee9;
  font-family: cursive;
  box-shadow: 5px 5px 2px rgb(0, 0, 0, 30%);
}
button:hover {
  background-color: #93f3a4;
  box-shadow: 5px 5px 1px rgb(0,0,0,30%)
}
.custom_button {
    padding: 5px 15px;
    background-color: #10531c;
    font-family: cursive;
    box-shadow: 5px 5px 2px rgb(0, 0, 0, 30%);
}