body {
    display: flex;
    flex-direction: column;
    background-color: #000000;
	justify-content: center;
	
}
body header {
    width: 100%;
    text-align: center;
	flex-direction: row;
	display: flex;
	justify-content: center;
	align-items: center;
	
    color: #4754FF;
    border: medium double #4754FF;
}
body main {
	display: flex;
    justify-content: center;
	align-items: center;
    flex-direction: column;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 15px;
    border: medium double #4754FF;

}

body main h2 {
    color: #ACB2FF;
}.coverImg {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
}
body header img {
    margin-left: 15px;
    margin-right: 15px;
}
.pageImg {
	 margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 3%;
    margin-bottom: 3%;
}
body main p {
    color: #ACB2FF;
    width: 75%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    border: thin solid #4754FF;
    margin-bottom: 2%;
    margin-top: 1%;
}
body main a {
    margin-left: 6%;
    margin-right: 6%;
    border: medium double #4754FF;
    color: #4754FF;
    margin-bottom: 3%;
    padding-left: 9%;
    padding-right: 45%;
    margin-top: 2%;
}
.creatureSpeak span {
    display: inline-block;
    color: #C5F7FF;
    animation: wave 2s ease-in-out infinite;
    text-shadow: 0 0px 27px #00DBFF;
}
.creatureSpeak span:nth-child(1){
	animation-delay: 0s;
}
.creatureSpeak span:nth-child(2){
	animation-delay: 0.1s;
}
.creatureSpeak span:nth-child(3){
	animation-delay: 0.2s;
}
.creatureSpeak span:nth-child(4){
	animation-delay: 0.3s;
}
.creatureSpeak span:nth-child(5){
	animation-delay: 0.4s;
}
.creatureSpeak span:nth-child(6){
	animation-delay: 0.5s;
}
.creatureSpeak span:nth-child(7){
	animation-delay: 0.6s;
}
.creatureSpeak span:nth-child(8){
	animation-delay: 0.7s;
}
.creatureSpeak span:nth-child(9){
	animation-delay: 0.8s;
}
.creatureSpeak span:nth-child(10){
	animation-delay: 0.9s;
}
.creatureSpeak span:nth-child(11){
	
	animation-delay: 1s;
}
.creatureSpeak span:nth-child(12){
	
	animation-delay: 1.1s;
}
.creatureSpeak span:nth-child(13){
	
	animation-delay: 1.2s;
}
.creatureSpeak span:nth-child(14){
	
	animation-delay: 1.3s;
}
.creatureSpeak span:nth-child(15){
	
	animation-delay: 1.4s;
}
.creatureSpeak span:nth-child(16){
	
	animation-delay: 1.5s;
}
.creatureSpeak span:nth-child(17){
	
	animation-delay: 1.6s;
}


@keyframes wave {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}
.creatureSpeak {
	color: #C5F7FF;
	text-shadow: 0 0px 27px #00DBFF;
}
ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
}
li {
    width: 75%;
    font-size: large;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 1%;
    padding-bottom: 1%;

}
li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
