body {
    background:linear-gradient(blue, green);
    font-family: "Montserrat", sans-serif;
    background-repeat: no-repeat;
}
h1, h2 {
    color:white;
    text-align:center;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1px;
  font-style: normal;
}

.chicken2 {
    border-radius: 25000px;
    position: 0% 0%;
    animation: jump 1s ease-out infinite;
}

p {
    color:white;
    text-align:center;
}

li {
    color:white
}

ol {
    margin-left: 150px;
}

#addictive {
    text-align: left;
    margin-left: 30px;
}

#ages {
    text-align:right;
    margin-right:30px;
}

#agestext {
    text-align: right;
    margin-left:700px;
}

#actiontext {
    display:block;
    margin-right:100px;
    margin-left:100px;
}


#actionflyerexample {
    display:block;
    margin-right:120px;
    margin-left:120px;
}

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}